connect with MySql absolutely nothing happens. So I have no idea
what to do or how to fix it.
The same problem has even occured when I have tried using Apache 1.33.
I would appreciate any help anyone could give me as I am a beginner to all
of these programmes.
Thanks in advance
Sincerely
Jamie
Hi, I need a way of searching a file for text between two brackets, below
is an example of a couple of lines from the file I'm searching:
{L_LOGIN}
{L_LOGOUT}
So I'll need to search the above for text between the '{' and '}' brackets
and read each into an ar
p a second window/page..
> of course, anyone with half a brain and a popup-stopper won't get that
> page :)
>
> --rylin
>
>
> Jamie Saunders wrote:
>
>>Hi,
>>
>>I'm trying to figure out a way of detecting when a user closes the
>>browser, or if
ppreciated.
--
Jamie Saunders
Media Architect
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I'm trying to find a way of simply checking a string for numbers.
e.g.
if ($myVar contains a number)
{
//numbers present
}
else
{
//no numbers present
}
Thanks,
--
Jamie Saunders
Media Architect
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubs
ng into
phpMyAdmin and it works first time every time. So if there's nothing wrong
with the query string or the database, what else could be causing this
error?
--
Jamie Saunders
Media Architect
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
dynamic, database driven sites and
think that PHP is one of the most versatile and user friendly programming
languages available.
Best Regards,
J
--
Jamie Saunders
Media Architect
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$prefilename = date("m-d-y");
$filename = "$prefilename.txt";
$db = mysql_connect("localhost","cloft","spring");
mysql_select_db("countryloft");
// get requests from table
$result = mysql_query("SELECT * FROM catalogreq WHERE
PROCESSE
This was indeed the problem, I was calling the mysql_fetch_array earlier in
the code.
Once removed it worked fine.
Thanks.
Jamie
"Paul Burney" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> on 8/7/01 1:41 PM, Jamie ([EMAIL PRO
.
Jamie Saunders
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
file they
are looking for.
Anyone have suggestions on how to close this security hole?
Thanks,
Jamie
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
the word " . $search_word . ", so I want
to make it a different color";
$your_colored_output = str_replace($search_word, "" .
$search_word . "", $your_output);
echo $your_colored_output;
Something like that should do the trick (I haven't tested that code though).
- it turned
out I was using all the data except for a TEXT field. I removed that field from
the query the execution times went from 10+ seconds to a fraction of a second.
- Jamie
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
13 matches
Mail list logo