[PHP] Part Time PHP/MySQL Work Available in Wash. DC

2001-11-08 Thread Charlie Romero

I don't know of a better place to post this. I have a
part time position available in Northern Virginia.

You MUST be into European cars. MUST work local, NO REMOTE inquiries please.
All types of PHP/MySQL work needed. Helpful if you know Perl and Postgres.
Rate commensurate w/ experience.

Email me w/ qualifications, reference links, etc.

Thanks,

Charlie 




-- 
PHP General 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]




[PHP] virtual() ignoring str_replace()

2001-08-19 Thread Charlie Romero

I'm trying to include a .cgi using the virtual() function and then do a
string replace on a string w/in the included page.  The virtual seems to
ignore the str_replace it just prints the virtual include w/out replacing
the word window w/ the word DOG in my example. What am I doing wrong?

?

$results = virtual(/cgi-bin/search.cgi?q=hellom=world);

print str_replace(window, DOG, $results);

?


TIA,

Charlie


-- 
PHP General 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]