[PHP] Re: Calling a function at a certain time of day.

2004-07-30 Thread Angelo binc2
thanks craig, just what I was looking for!! Craig Donnelly [EMAIL PROTECTED] 7/30/2004 1:22:56 PM Have a look at Cron http://www.webmasters-central.com/t/cron.shtml HTH Craig Angelo Zanetti [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] HI, Im slightly in the dark as to do

Re: [PHP] Number validation

2004-07-30 Thread Angelo binc2
Nice one John, Come on guys, please read the manual or do some searching before posting. Cheers for now Angelo John Nichel [EMAIL PROTECTED] 7/30/2004 4:07:33 PM Andre wrote: Hello I need one script in PHP to validate only numbers inserted from a form. For example like a telephone

Re: [PHP] file upload and permission problem.

2004-07-06 Thread Angelo binc2
So if it is a windows box, how would I set the permissions? or is the permissions of the person who is logged into the machine? Thanks In advance raditha dissanayake [EMAIL PROTECTED] 7/5/2004 4:08:41 PM Angelo binc2 wrote: Hi all I am trying to upload a file using PHP. I can successfully

[PHP] file upload and permission problem.

2004-07-05 Thread Angelo binc2
Hi all I am trying to upload a file using PHP. I can successfully create a folder, but when I try upload the file it gives me the following error when using the move_uploaded_file function: Warning: move_uploaded_file(c:/program files/apache group/apache/htdocs/zerodocs/40/)

[PHP] Object is not instatiated on POST, Fatal error

2004-07-02 Thread Angelo binc2
Hi all, I have a PHP file. and when it loads it creates an object for my database : include(db_class.inc); fine. I make a couple of calls to the database class this is also working fine. Then I post the page but to itself and then I go into a function (lets call it xfunction) which is ONLY

Re: [PHP] Problem with session on first page loaded

2004-07-02 Thread Angelo binc2
shouldn't session_start() come first? also remember that your devel computer might have different settings in the PHP.ini file to that of your ISP, probably register_globals is set to off. I would check it. HTH Angelo Jordi Canals [EMAIL PROTECTED] 7/2/2004 11:14:28 AM Hi all, I have an

RE: [PHP] Object is not instatiated on POST, Fatal error SOLVED

2004-07-02 Thread Angelo binc2
? - http://www.dailymedication.com - Everything you didn't know you needed until you went there and said to yourself, What did I do before I visited DailyMedication.com? and another part of you said, It does not matter. From: Angelo binc2 [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] html problem

2004-06-17 Thread Angelo binc2
Hi Brent, Looks like the urldecode() method can help you. Check it out in the manual Angelo Brent Clark [EMAIL PROTECTED] 6/17/2004 2:51:23 PM Hi all When ever I do echo on my variable I get the following out: Business%20Class is there a way to strip the %20, or what ever be displaying