Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The va
mysql_query returning boolean instead of mysql ressource
Hi,
I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the que
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
PHP Search Issue
Hi, I am using the following code to search and return flights from a database. The user searches by
if description does not contain the following words
Hello everyone,
I am parsing a MS Excel (.xls) file and adding it's content to a mySQL databa
Word Trimming
Hi Guys & Gals!!
Hope you are all ok....
I need some help with the following
Multipe Dynamic Controls & AutoPostback Issue
I currently have a need to create many dynamic controls (Example Textboxes) that need to do a PostBa
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u