Re: [PHP] Apache Installation Query

2003-12-06 Thread zhuravlev alexander
DirectoryIndex index.php index.html in your httpd.conf -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (htt

Re: [PHP] query_data

2003-12-06 Thread zhuravlev alexander
query_data["a"]; > etc.. > > is there a way to do this is in a loop 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); -- zhuravl

Re: [PHP] Local PHP installation conflict

2003-12-06 Thread zhuravlev alexander
running different versions of PHP? Create directory tmp on disk C: (c:\tmp). -- zhuravlev alexander u l s t u n o c ([EMAIL PROTECTED]) -- PHP General Mailing List (ht

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

2003-11-30 Thread zhuravlev alexander
$temp degree. % cat temp.php "; eval("\$result = \"".addslashes($code)."\";"); echo $result; ?> -- zhuravlev alexander u l s t u n o c

[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]) --

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

2003-11-15 Thread zhuravlev alexander
oss multiple platforms. I've successfully installed turck-mmcache-2.4.6 from FreeBSD Ports collection. cd /usr/ports/www/turck-mmcache/ make install -- zhuravlev alexander

Re: [PHP] Alternet row colors

2003-11-15 Thread zhuravlev alexander
ult); > $id = $myrow ['id']; >$artist = $myrow ['artist']; > $title = $myrow ['title']; > $label = $myrow ['label']; > $price = $myrow ['price']; > replace > printf(" bgcolor='#00

Re: [PHP] X-Cart

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

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 alexan

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

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
mer/product.php?productid=16131&cat=247&page=1 -- zhuravlev alexander -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 -- PH

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

2003-11-11 Thread zhuravlev alexander
$_POST['phone'].",".$_POST['mobile'],",".$_POST['fax'].",".$_POST['email'].",".$_POST['web'].")"; and so on ... > mysql_query($query); > > mysql_close(); > ?> > >

Re: [PHP] PHP Documentation procedure

2003-11-05 Thread zhuravlev alexander
http://phpdocu.sourceforge.net/ -- 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
X BY ANOTHER!!! sed -i.bak -e s'/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