Poi Posted March 14, 2006 Share Posted March 14, 2006 Hey, i just got into php alittle today, and i want to make a code.. im having troublews finding the right info..First, you enter the page, it adds 1 to a # in a different file, and displays it, i know its just a hit counter, but could you please help me.. Thank you!Or, somethign that i can have people enter text in a form and it saves it to a file for me to read later. Link to comment https://forums.phpfreaks.com/topic/4882-help-for-a-newb/ Share on other sites More sharing options...
Steveo31 Posted March 14, 2006 Share Posted March 14, 2006 MySQL would be a better choice here, but if you dont have access, look into fopen(), fwrite(), fclose(), fread(). All functions you need.www.php.net/fwrite Link to comment https://forums.phpfreaks.com/topic/4882-help-for-a-newb/#findComment-17214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.