Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #36.9K
Ranked #4K
~837 People Reached
About Me

Programmer

Favorite Forums
Favorite Tags
php x 5
Member Avatar for jakesee

Hi, I am setting up a cron using php. I have a file which I want to update by doing file_put_contents() on it via cron and via web browser (manual). everything via web brower works fine, but cron gives a "permission denied". I am overwriting the file each time it …

Member Avatar for jakesee
0
172
Member Avatar for genieuk

Hi, could someone tell me what the correct syntax is to check is a user exists in my database. I got a login page and when user enters username and password i need it to check if they exist obviously in database and if so re-direct them to the page …

Member Avatar for genieuk
0
199
Member Avatar for ni30rocks

I have 5 lines data in my database. I want each line of it in different variable. How can it be done? Plz help me with some code.

Member Avatar for BzzBee
0
71
Member Avatar for Wallk

Hi, I want to limit the characters in the textarea to 400... i found this script but i dont know how to implement in my script... [B]this is the script:[/B] <html><head> <title>(Type a title for your page here)</title> <script language=JavaScript> <!-- function check_length(my_form) { maxLen = 50; // max number …

Member Avatar for BzzBee
0
395