[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
> 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
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
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
4 matches
Mail list logo