Re: [PHP] Local PHP installation conflict

2003-12-06 Thread zhuravlev alexander
directory tmp on disk C: (c:\tmp). -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] query_data

2003-12-06 Thread zhuravlev alexander
so I do not have to do all that typing? use list (http://www.php.net/list) list ($a, $b, $c, $d, $e) = mysql_fetch_row($result); -- zhuravlev alexander u l s t u n o c

Re: [PHP] Apache Installation Query

2003-12-06 Thread zhuravlev alexander
index.php index.html in your httpd.conf -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] getting an variable value from an array entry

2003-11-30 Thread zhuravlev alexander
= fopen ($filename, r); $code = fread ($handle, filesize ($filename)); fclose ($handle); print $code.br; eval(\$result = \.addslashes($code).\;); echo $result; ? -- zhuravlev alexander

[PHP] fgetcsv

2003-11-16 Thread zhuravlev alexander
Hello. I wonder if PHP has fgetcsv() function why doesn't PHP has fputcsv ? -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP

Re: [PHP] Alternet row colors

2003-11-15 Thread zhuravlev alexander
; } echo /table\n; ? -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Include an encoder into PHP distribution?

2003-11-15 Thread zhuravlev alexander
installed turck-mmcache-2.4.6 from FreeBSD Ports collection. cd /usr/ports/www/turck-mmcache/ make install -- zhuravlev alexander u l s t u n o c

Re: [PHP] X-Cart

2003-11-13 Thread zhuravlev alexander
On Thu, Nov 13, 2003 at 02:54:35PM -0300, Ing. Gustavo Edelstein wrote: Hi list members, Has anybody been working with the software X-Cart ? Yes, we are. Which question do you have? -- zhuravlev alexander -- PHP General Mailing

Re: [PHP] X-Cart

2003-11-13 Thread zhuravlev alexander
-- zhuravlev alexander -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] preg question

2003-11-13 Thread zhuravlev alexander
On Thu, Nov 13, 2003 at 03:17:14PM -0500, Jake McHenry wrote: What else would I need to check for? I'm tired.. Running on 2 pots of coffee.. All I can think of is the @ and at least one . After the @, then at least 2 characters after the last . I haven't had much experience with regular

Re: [PHP] X-Cart

2003-11-13 Thread zhuravlev alexander
On Thu, Nov 13, 2003 at 05:28:49PM -0300, Ing. Gustavo Edelstein wrote: Thanks Alexander, I've already saw this demo, but what happens with the stock amount and the price for that size? How do I rest the amount bought from the right size and show the right price for that size ? Remember that i

Re: [PHP] X-Cart

2003-11-13 Thread zhuravlev alexander
On Thu, Nov 13, 2003 at 06:12:28PM -0300, Ing. Gustavo Edelstein wrote: Ok, but what about the different stock amounts for every size ? M=+5 mean product cost + 5 dollars for middle sized t-shirt. just try ... -- zhuravlev alexander

Re: [PHP] X-Cart

2003-11-13 Thread zhuravlev alexander
. -- zhuravlev alexander -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with scripts to add records to a database

2003-11-11 Thread zhuravlev alexander
-- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Documentation procedure

2003-11-05 Thread zhuravlev alexander
/ -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How do i replace table names?

2003-11-03 Thread zhuravlev alexander
'/BAS_/DUMMY_/g' your_sql_file.sql -- zhuravlev alexander u l s t u n o c -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php