Hello,
We have needs from time to time for PHP Programmers. Usually on a per-job basis. Each job is on a per-case basis and we can pay or offer web hosting space in exchange.
Send us a message if you have interest.
thanks.
Search found 64 matches
- Sun Dec 15, 2002 9:25 am
- Forum: Job Hunt
- Topic: PHP Programmer required!
- Replies: 2
- Views: 3325
- Fri Dec 13, 2002 12:57 pm
- Forum: PHP - Code
- Topic: Help with cron task command...
- Replies: 10
- Views: 2114
- Fri Dec 13, 2002 11:15 am
- Forum: PHP - Code
- Topic: Help with cron task command...
- Replies: 10
- Views: 2114
- Fri Dec 13, 2002 10:58 am
- Forum: PHP - Code
- Topic: Help with cron task command...
- Replies: 10
- Views: 2114
- Fri Dec 13, 2002 9:54 am
- Forum: PHP - Code
- Topic: Help with cron task command...
- Replies: 10
- Views: 2114
Help with cron task command...
Ok, I don't know where else to ask this question, so i'll ask you guys
I just want to execute a file once a day. All I need is the command as I know how to setup the date...
how do I do the execute bit?
I just want to execute a file once a day. All I need is the command as I know how to setup the date...
how do I do the execute bit?
- Wed Dec 11, 2002 2:50 pm
- Forum: General Discussion
- Topic: What's a good editor for PHP (WinXP)
- Replies: 51
- Views: 20422
- Tue Dec 10, 2002 12:02 pm
- Forum: Databases
- Topic: MySQL Update query syntax...
- Replies: 6
- Views: 2301
- Tue Dec 10, 2002 11:26 am
- Forum: PHP - Code
- Topic: Stopping a user from browsing via the address bar?
- Replies: 9
- Views: 2663
- Mon Dec 09, 2002 4:09 pm
- Forum: PHP - Code
- Topic: Randomising a no. between 0 and 100.....
- Replies: 3
- Views: 1184
- Mon Dec 09, 2002 2:26 pm
- Forum: Databases
- Topic: MySQL Update query syntax...
- Replies: 6
- Views: 2301
MySQL Update query syntax...
$query = mysql_query("UPDATE users SET $type='$buyitem', gold='$gold' WHERE id='$usercookie'") or die ("Unable to update equipment."); When I try to run this I get the "Unable to update equipment." error... I've tried echoing out $buyitem, $gold, $type and $usercookie ...
- Mon Dec 09, 2002 1:29 pm
- Forum: PHP - Code
- Topic: New-line without break-tags
- Replies: 2
- Views: 853
Code: Select all
$new = nl2br($old);- Mon Dec 09, 2002 1:23 pm
- Forum: PHP - Code
- Topic: Randomising a no. between 0 and 100.....
- Replies: 3
- Views: 1184
Randomising a no. between 0 and 100.....
Hello,
How would I randomise a number between 0 and 100 and make it less likely to be a higher number than a lower. I.e so 5 would be more likely to be returned than 6.
Any one know how to do this?
How would I randomise a number between 0 and 100 and make it less likely to be a higher number than a lower. I.e so 5 would be more likely to be returned than 6.
Any one know how to do this?
- Mon Dec 09, 2002 12:47 pm
- Forum: PHP - Code
- Topic: Stopping a user from browsing via the address bar?
- Replies: 9
- Views: 2663
Thanks dusty, thats exactly what i'm looking for!
How would I be able to do this:
Thanks 
How would I be able to do this:
Code: Select all
if NOT (empty($_SERVERї'HTTP_REFERER'])) {
}- Sun Dec 08, 2002 12:49 pm
- Forum: PHP - Code
- Topic: Stopping a user from browsing via the address bar?
- Replies: 9
- Views: 2663
- Sun Dec 08, 2002 10:38 am
- Forum: PHP - Code
- Topic: Stopping a user from browsing via the address bar?
- Replies: 9
- Views: 2663
Stopping a user from browsing via the address bar?
Hello,
How would I be able to stop a user from using the address bar of their browser to navigate a section of my site? I want it so they have to click the links to navigate....
Thanks!
How would I be able to stop a user from using the address bar of their browser to navigate a section of my site? I want it so they have to click the links to navigate....
Thanks!