[PHP] Re: please help me I try to post my question to Php.net 2-3 times

2006-02-16 Thread Barry
[EMAIL PROTECTED] wrote: text file problem read text file to array string. I use function File(). but when I display data in text file it compress space in each lines such as first record contain "1_2__3__4__" ( _ = blank ) when store in array string is "1 2 3 4" . I want you tel

[PHP] Re: Please help me retrieving data from a PHP file!!???

2004-01-16 Thread Ben Ramsey
> How to retrieve data from a PHP file? (The value that will > be retrieved of course it is echoed in the PHP file, and it > will be shown in a TextBox in my VB program.. so I want to > retrieve it to my EXE VB program that will put it inside a > TextBox or something like that..) From within a PHP

[PHP] Re: Please help me with these questions..

2004-01-16 Thread Ben Ramsey
An excellent resource for all these questions is the documentation found at http://www.php.net/docs.php. Below, I've provided some links to the specfic docs for each question. 1- MD5 with PHP values. http://www.php.net/md5 2- Random values in PHP. http://www.php.net/manual/en/function.rand.php

[PHP] Re: Please Help me

2002-07-09 Thread Chris Shiflett
Djurovski Dejan wrote: > What's wron in my script? > I receive message: > *Warning*: Supplied argument is not a valid MySQL result resource in > *c:\inetpub\wwwroot\login.php* on line *12* > I input validate username ˛password! > > > include("config.php"); > if(!empty($username)) > { > prin