images aren't rendering
I'm trying to call a JPG file from within PHP (in an effort to hide the actual JPG folder). The imag
reading xml faster than DB call?
I am trying to optimize a high traffic website, and I enabled a feature where there are three photos
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
Mysql query, two times?
Hello to all,
I'm new to php coding and i like it alot. I need help with some noob stuff.
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
SESSION CHECK WORKS "MOST" of the time... whats going on?
i have a sign in check thats included in every page that is a members only page which is basically a
How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an
storing video files into mysql in php
hi
i have my video files in my folder ,
i have to store the path of the videos into db an
Help with ORDER BY
Hello. I would like to order by ascending States, then Cities, then Gyms in the following code, but