GET * FROM _____ Except?
I have a site that is for stock photography.
This section of the code calls images to display
issues verifying if user is logged in
I am having issues when a user logs in via asp Login control, the IsAuthenticated still seems to com
Need a Timecode Class...
Not a Time Stamp, Time Code. Format is a bit different. HH:MM:SS:FF where FF is Frames. I dont re
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
A little help needed passing hidden values to next page
I have a page that has hidden values in a form.
example
Code: <input name='signupID
getAlexaRank($url) function not working
I have made a function to get alexa rank
the site is here: http://mytestsite.rack111.com/1
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.