[PHP] RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Svensson, B.A.T. (HKG)
All morons who answer on this, make sure you send your bloody reply to either the guy who asked the question in the first place or to the PHP list - and NOT to me //Anders - sick tired of all private "help". On Fri, 2004-03-05 at 09:48, Svensson, B.A.T. (HKG) wrote: >

[PHP] RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Svensson, B.A.T. (HKG)
Very is your problem located? Is the string not properly built by php? or is an error genereated when you try to execute the query? -Original Message- From: Harpreet K. Singh To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2004-03-04 21:55 Subject: [PHP-WIN] Sending arguments to a SP in P

[PHP] RE: [PHP-WIN] Re: [PHP] Replace of ' in a query

2004-02-17 Thread Svensson, B.A.T. (HKG)
Never trust the web... Esacping is bad practis. Doing it, is to ask for trouble when you try to port the code to another system that a) escapes in another way, or b) does not escape at all, the transparent way to handle quote are to quote them. This has been working for the last 40 to 50 years or

[PHP] RE: [PHP-WIN] Still can't pass variable through url

2003-08-08 Thread Svensson, B.A.T. (HKG)
[...] > when i click my hyperlink "page.php?year=$year&?month=$month", it [...] > if the same case apply to php4.04, then there is > no problem at all! It's rather a mysterium why it worked at all. How did you manage to get this working on php4.04? (It should not work!) -- PHP General Mailing L

[PHP] RE: [PHP-WIN] Password generator

2003-06-18 Thread Svensson, B.A.T. (HKG)
Create a string which is six char long, (for instance shop the head and tail of the first string if you are not able to generate a six char string) If you chop an 8 char string and MUST have the special chars in the string then check that the chopped char's is not a memember of the special char's

[PHP] RE: [PHP-WIN] CRON JOB

2002-07-17 Thread Svensson, B.A.T. (HKG)
% man crontab -Original Message- From: MAAS To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2002-07-17 14:51 Subject: [PHP-WIN] CRON JOB What do I have to do before I can run my file.php as a cron job in Linux? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] RE: [PHP-WIN] Site running from MySQL

2001-12-25 Thread Svensson, B.A.T. (HKG)
From: LaserJetter >Out of interest, would it be possible to load a webpage as a record in a >MySQL database, having another field as say a number or a unique name so >that a whole site could be placed in a database with a couple of php files? >Is there a limit on the size of a field in MySQL whic

[PHP] RE: [PHP-WIN] Passing Logined in Name form One Form to other Page

2001-12-19 Thread Svensson, B.A.T. (HKG)
>From: Jack >Dear all >I had create the Login Page for the User to login before they >can open the WebPage. What i want to do is to: > >When the User had type the Username into the Inputbox, and click the submit >button, this Username will be memorized, and pass to other PHP Page.Then >when he g