Search found 64 matches

by DynamiteHost
Sun Dec 15, 2002 9:25 am
Forum: Job Hunt
Topic: PHP Programmer required!
Replies: 2
Views: 3325

PHP Programmer required!

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.
by DynamiteHost
Fri Dec 13, 2002 12:57 pm
Forum: PHP - Code
Topic: Help with cron task command...
Replies: 10
Views: 2114

YES!

Thank you, it worked :D
by DynamiteHost
Fri Dec 13, 2002 11:15 am
Forum: PHP - Code
Topic: Help with cron task command...
Replies: 10
Views: 2114

JPlush76, can I use that via CPanels "cron tasks" feature?

Johnm, yes :)
by DynamiteHost
Fri Dec 13, 2002 10:58 am
Forum: PHP - Code
Topic: Help with cron task command...
Replies: 10
Views: 2114

I'm on Linux Red Hat.

I don't have any knowledge of shell commands...

The file is a php file
by DynamiteHost
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 :D

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?
by DynamiteHost
Wed Dec 11, 2002 2:50 pm
Forum: General Discussion
Topic: What's a good editor for PHP (WinXP)
Replies: 51
Views: 20422

HTML Beauty

Its great :)
by DynamiteHost
Tue Dec 10, 2002 12:02 pm
Forum: Databases
Topic: MySQL Update query syntax...
Replies: 6
Views: 2301

it's supposed to be $type as I mentioned in my first post which has nothing to do with the error as I have tried it with and without.
by DynamiteHost
Tue Dec 10, 2002 11:26 am
Forum: PHP - Code
Topic: Stopping a user from browsing via the address bar?
Replies: 9
Views: 2663

er... it works so.... whatever...
by DynamiteHost
Mon Dec 09, 2002 4:09 pm
Forum: PHP - Code
Topic: Randomising a no. between 0 and 100.....
Replies: 3
Views: 1184

wow, thanks :)

Its going to take me some time to do this then 8O
by DynamiteHost
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 ...
by DynamiteHost
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);
Hope that helps :)
by DynamiteHost
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?
by DynamiteHost
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:

Code: Select all

if NOT (empty($_SERVERї'HTTP_REFERER'])) {

}
Thanks :)
by DynamiteHost
Sun Dec 08, 2002 12:49 pm
Forum: PHP - Code
Topic: Stopping a user from browsing via the address bar?
Replies: 9
Views: 2663

The thing is, I know it can be done with Perl because i've seen it...
i'm not sure about PHP though.... there must be some sort of way even if its complicated...

:(
by DynamiteHost
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!