Structure Question - One Table or One Table Per Record Set?
I have a web app (mySQL and PHP) which allows people to create an item with up to 200 records which
download directory onto C drive
I am attempting (if this is possible) to write a routine to automatically dump the contents of a dir
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
This must be easy , pulling the last record of the day, every day, from a txt
I have a txt file logging weather data every minutes (so 1 record per minute). I want to extract the
if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough
Compare user input to flat file data
Help...Am a complete newbie to programming so my code is prolly quite long. Am trying to verify a us
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som
CHMOD script
Hi,
I need a script to read all files in a folder and set to 777.
Can anyone help out