Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
Advice on how to delete a mysql row using my form
Hi,
I am very new to php and am struggling to work out how to delete a portfolio item (a row
Showing selected item at top of list
Hi,
I've got a list of names which i am fetching from database like this:
$qry = db_query
User information
Hi All,
By using t-code SUIM we get all the user details,if suppose we donot have permission t
Auto-populating dropdowns and multiple forms.
Here's what I have so far:
First drop down = select a state (works)
This populates the sec
CURL question
i am wondering if it's possible to use multi curl with login something like
login once to web
Strange cookie problem. setcookie dependant on where user was directed from?
Hello,
I have a website that sets a cookie when a user visits the website. The cookie holds a
TabControl Inside ListView Not Editing
Hello everybodyI have a ListView on my page. Inside the ListView I put a TabControl, cuz I want to p
Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?