[PHP-WIN] remind me of a function...

2003-02-04 Thread krizz
can you remind me, of a function I show once, that opens another's site files and returns part of it so it be placed in yours. Like an always update service for the original site. Like news tags and stuff... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP-WIN] expensive mysql hosting

2003-01-22 Thread krizz
I'd like ask what is the alternative of an mysql dbs in php. I mean in asp they use mdb (aceess files). What can we use in php for a cheaper hosting? If you have any documentations or tutorials on the net about it, it will help much. thanks, krizz -- PHP Windows Mailing List

[PHP-WIN] 2 dimension Array...

2002-12-19 Thread krizz
$outputstring is a double dimension string array and should give it's values as "default value" in the html input text boxes. But it stops the strings in the first space character. For example if $outputstring[2][1]=="The Cats" it put in the text box only "The". Any idea? $team=0; while ($team<$

[PHP-WIN] mysqldump in php-scripting

2002-09-04 Thread krizz
I'd like to know if is possible to run a mysql script (the one dumped for backup reasons) through a php page. My problem is that I don't telnet access to the Mysql database and function exec doesn't work(for security reasons probably). So, is it difficult to use a php-script to restore back my dum

[PHP-WIN] mail server on windows

2002-08-31 Thread krizz
I have an apache server for windows, for testing my php scripts. My problem is with testing the mail function. Anyone knows a way for windows and an apache server? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php