In test1.php you shoul have
Sorin Ifrim
Rosen <[EMAIL PROTECTED]> wrote in message
96tdvp$oo7$[EMAIL PROTECTED]">news:96tdvp$oo7$[EMAIL PROTECTED]...
> Hi,
> I have two simple php files:
>
> main.php:
> LIST
>
> test1.php:
>
>
>
>
>
> But this doesn't work !
>
> please HELP !
>
>
>
> Rsen Mar
It is possible, but the syntax is :
$sql = "select businessname from main where businesstype =
'consultancy' and " .$community." != '0'";
This is the case where $comunity is the name of a field.
Regards
Sorin Ifrim
- Original Message -
From: Matt Davis <[EMAIL PROTECTED]>
To: Php
The ? meta-character is used for matching zero or one occurence of the
preceding character , in this case , l .
T'his means that you'll match all words that begin with 'Wi' and continue
with one or zero 'l' .
HTH
Sorin Ifrim
- Original Message -
From: Dhaval Desai <[EMAIL PROTECTED]>
To:
Hi,
Try this :
You should call the script like this : scriptname.php?page_adress&email_adress
Here is an example :
http://10.116.1.133/script/email.php3?http://10.116.1.133/documen/php_nou/function.mail.html&[EMAIL PROTECTED]
HTH
Regards,
Sorin Ifrim
David Tandberg-Johansen <[EM
Hello,
I think this is rather a Web server issue.
In Apache, just add in your conf file a line for each extension :
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd
Hi,
You could try this:
$script_name = getenv("PATH_TRANSLATED");
$dir_name = dirname($script_name);
$d = dir($dir_name);
$i = 0;
while ($file = $d->read())
$file_array[i] = $file ;
}
HTH
Sorin Ifrim
- Original Message -
From: Brandon Or
Try to use == instead of =
Sorin Ifrim
- Original Message -
From: Andrew <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 5:33 PM
Subject: [PHP] parse error driving me nuts ...
> hi, can anyone help me spot the parse error?
> It's throwing up on the fir
For ODBC, the function is odbc_fetch_into().
Sorin Ifrim
- Original Message -
From: Karl J. Stubsjoen <[EMAIL PROTECTED]>
To: PHP Mailing List <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 7:32 PM
Subject: [PHP] Return ODBC Results to an array
> Is there a way to return the res
You can use mysql_fetch_array() for each row returned in the cursor.
Sorin Ifrim
- Original Message -
From: Karl J. Stubsjoen <[EMAIL PROTECTED]>
To: PHP Mailing List <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 7:32 PM
Subject: [PHP] Return ODBC Results to an array
> Is ther
Hello,
The reason is that you might want to pass to PHP script that process
the form information that is not found in any other shown field of the form
,
for example an id code.
HTH
Sorin Ifrim
- Original Message -
From: Angerer, Chad <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sen
You could try a two step query:
$querywords="CREATE TABLE temptable SELECT ... ";
$sel_querywords=mysql_query($querywords);
$search = "SELECT count(search_table.word) as score,
search_table.qid,page_data.contents
FROM search_table,page_data,temptable
WHERE page_data.pID = search_table
11 matches
Mail list logo