[PHP] populating list menus with mysql and for statements

2002-06-09 Thread electroteque
hi i am populating a list menu with mysql , i would like to find a way to populate a form with more than one of the same list menus in a for loop select name=type[] ? while ($sample = $result-fetchRow(DB_FETCHMODE_ASSOC)) { $typeID=$sample[typeID];

[PHP] recursive menus

2002-06-25 Thread electroteque
hi i have been trying to sought out a recursive hierarchical menu populated from mysql how is this possible ? i have tried this but doesnt work $result = $db-query(SELECT * FROM mainsection ms LEFT JOIN subsections ss ON ms.sectionID=ss.mainsectionID ORDER BY ms.sectionID,ss.subsectionID);

[PHP] php 4.2.1 compilation errors with apache 2.0

2002-07-17 Thread electroteque
hi guys i am getting this message when trying to compile php 4.2.1 with apache 2.0 os.h: No such file or directory , there is a missing file, i tried a symlink to /os/unix/os.h but still didnt work ?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] phpMyAdmin and apqache 2.0.39 cache problems

2002-07-26 Thread electroteque
hi guys i am having major caching issues in phpMyAdmin when i moved to apache 2.0.39 has anyone else expeirence this ? its sending me round the bend , i cant view my mysql tables when i create them , i have to removed temp internet files and hit refresh to get them to view -- PHP General

[PHP] Re: phpMyAdmin and apqache 2.0.39 cache problems

2002-07-27 Thread electroteque
i am using IE Julio Nobrega [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Electroteque em Friday 26 July 2002 11:19 foi agraciado com uma resposta por: hi guys i am having major caching issues in phpMyAdmin when i moved to apache 2.0.39 has anyone else expeirence this ? its

Re: [PHP] PHP / Apache 2.0.39 issues

2002-07-27 Thread electroteque
geez i thought they had it right this time , i had the same problem with php 4.2.1 , i downloaded the latest snapshot and just copied over the php_functions.c from there and the install worked after that Bob Lockie [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hello again.. I

[PHP] major problem using mv command to a directory

2002-07-29 Thread electroteque
hi guys i have a big problem i need to fix , i was moving a tar ball to another dir , using mv ImageMagick-i686-pc-linux-gnu.tar.gz /home/usr, i now cannot move into the usr directory, it has somehow appended the tar ball into the driectory strucuture and cant undo this ? please help -- PHP

[PHP] stripping quotes within an image tag

2002-07-31 Thread electroteque
hi how is it possible to strip quotes from an image tag ? i need IMG height=44 alt=hspace=0 src=blah.jpg width=148 border=0 to look like IMG height=44 alt=hspace=0 src=blah.jpg width=148 border=0 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: stripping quotes within an image tag

2002-07-31 Thread electroteque
t=44 alt=hspace=0 src=blah.jpg width=148 border=0'); ? Elias, Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi how is it possible to strip quotes from an image tag ? i need IMG height=44 alt=hspace=0 src=blah.jpg width=148 border=0 to

[PHP] Re: stripping quotes within an image tag

2002-07-31 Thread electroteque
ce=0 src=blah.jpg width=148 border=0'); ? Elias, Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi how is it possible to strip quotes from an image tag ? i need IMG height=44 alt=hspace=0 src=blah.jpg width=148 border=0 to look like I

Re: [PHP] Re: stripping quotes within an image tag

2002-07-31 Thread electroteque
to have enquiry access to your data./td /tr /tbody /table; this doesnt work using this echo preg_replace('/(img.+?src=)([^]+)([^]*)/i', '\1\2\3', $string); Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wednesday 31 July 2002 20:38, electroteq

[PHP] stripping quotes from urls and images

2002-07-31 Thread electroteque
hi guys i now have a problem with urls i need to remove the quotes from both href= and src= so a href=blah img src= needs to be a href= img src= and i cant remove quotes from all string matches :| -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] RE: stripping quotes from urls and images

2002-07-31 Thread electroteque
AM To: [EMAIL PROTECTED] Cc: electroteque Subject: Re: stripping quotes from urls and images hi guys i now have a problem with urls i need to remove the quotes from both href= and src= so a href=blah img src= needs to be a href= img src= and i cant remove quotes from all string matches

RE: [PHP] RE: stripping quotes from urls and images

2002-07-31 Thread electroteque
To: electroteque; Joel Boonstra; [EMAIL PROTECTED] Subject: Re: [PHP] RE: stripping quotes from urls and images I'm reminded of a reasonable quote: It's easy to write HTML, and impossible to parse it Because HTML is *SO* easy to write, and has so many options, and is easy to screw up AND have browsers

[PHP] Re: Problems with PEAR

2002-08-01 Thread electroteque
read this site http://vulcanonet.com/soft/index.php?pack=pear_tut#ss2 the best pear tutorial to get me going prob try and install via cvs , thats the whole lot though, but it works , also search http://pear.php.net for the package and then copy it to that dir also make sure the include dir to

Re: [PHP] Problem with ?xml .... inside the PHP code, due to ?

2002-08-01 Thread electroteque
heres how i do it $xml .= ?xml version=\1.0\?\n; Tom Rogers [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Friday, August 2, 2002, 2:03:18 AM, you wrote: SF Anyone know the workaround with the situation here? Here is the sample SF script. The problem

[PHP] fopen and sort by date modified

2002-08-14 Thread electroteque
hi there i was wondering how i could fopen a directory and then sort the files by date modified is there a way ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] fopen and sort by date modified

2002-08-14 Thread electroteque
sweet , damn filemtime this was hiding from me :) -Original Message- From: Bas Jobsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 8:48 PM To: electroteque; [EMAIL PROTECTED] Subject: Re: [PHP] fopen and sort by date modified Op woensdag 14 augustus 2002 13:04, schreef

RE: [PHP] fopen and sort by date modified

2002-08-14 Thread electroteque
unfortunately this isnt sorting by date modified ? -Original Message- From: Bas Jobsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 8:48 PM To: electroteque; [EMAIL PROTECTED] Subject: Re: [PHP] fopen and sort by date modified Op woensdag 14 augustus 2002 13:04, schreef

[PHP] progress bar for uploading files

2002-08-16 Thread electroteque
hi guys i was wondering if there was anyway to have a progress bar for uploading images ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] need to find a way to remove similar keys

2002-08-25 Thread electroteque
hi i am trying to find a possible way to remove similar id keys and pass back just each different one , for example i have a photo gallery each photo has a userID key of who the photo was taken by i would like to grab all the id for each photo and pass back just one result of the different people

[PHP] Re: need to find a way to remove similar keys

2002-08-25 Thread electroteque
sorry i found array_unique , so then how could i append the keys out of mysql bak into one array ? Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi i am trying to find a possible way to remove similar id keys and pass back just each diffe

[PHP] Re: need to find a way to remove similar keys

2002-08-25 Thread electroteque
never mind SELECT DISTINCT u.user_name, u.email, p.userID FROM user u LEFT JOIN photos p on p.userID=u.user_id WHERE p.galleryID='$galleryID' heh Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi i am trying to find a possible way t

[PHP] Re: GD lib. image quality!

2002-08-25 Thread electroteque
its not a gd 2 issue , i cant even get gd2 to compile with php 4.2.2, no idea why i've installed gd2 fine imageJpeg($thumbnail, $targetPath./.$thumbNamePrefix._thumb.jpg,100); that'll give it a quality of 100 , even still i notice its pretty bad , i need to use the bicubicresampled gd2 function

[PHP] imagecreatetruecolor is slow

2002-09-02 Thread electroteque
hi i have compared imagecreatetruecolor,imagecopyresampled to imagecreate,imagecopyresized and it is really slow, anyway of optimising this ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] limit in a loop function to prevent server load

2002-09-03 Thread electroteque
hi there i was wondering if there was a way to limit the ammount of items in a loop to execute sleep then execute the rest of the items to prevent server load ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] progress bar for a server side process

2002-09-03 Thread electroteque
hi there i have created a script to regenerate thumbnails for a photo gallery , i have changed my code to use gd true color although it takes forever now , i have it generating 20 at a time then doing the rest but still takes forever , i know its impossible to generate a true progress bar for

[PHP] ebay auction manager

2002-09-04 Thread electroteque
hi tough question but is there any way to port to ebay and manage and list the auctions remotely in php? i've seen heaps of software and websites that can do it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ebay management and auction listings using php

2002-09-04 Thread electroteque
hi tough question but is there any way to port to ebay and manage and list the auctions remotely in php? i've seen heaps of software and websites that can do it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Currency Exchange and Weather

2002-09-05 Thread electroteque
oanda www.oanda.com had a service where you could socket into it , that is now not free but they still have a free email service which i parse the information out of the email and add it to a currency table in the database which is run via a daily cron job Justin French [EMAIL PROTECTED] wrote

[PHP] passing error code vars

2002-09-05 Thread electroteque
hi there i am trying to pass error code vars within a page say i post to a query string like ?action=upload i would like to be able to send an error code if any back to the page and then it can bring it up the only way i can think of it when i redirect back to the previous page is adding a

[PHP] dynamic screencapture using gd

2002-09-05 Thread electroteque
is there a way to do a dynamic screen capture of a website using gd ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] dynamic screencapture using gd

2002-09-05 Thread electroteque
e amount of it with Applescript (Mac, or equiv. PC scripting) and Photoshop's actions (macros)... but someone has prolly got a better solution that they've thought thru :) Justin on 06/09/02 1:07 AM, electroteque ([EMAIL PROTECTED]) wrote: is there a way to do a dynamic screen capture of a website

[PHP] Re: progress bar for a server side process

2002-09-05 Thread electroteque
i've soughted out a solution with flash :) http://electroteque.dyndns.org:1023/demo/uploader/ except it adds the html output above the html do most browsers support this ? Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... hi there i have created a script to regenerate

Re: [PHP] Upload Progress

2002-09-10 Thread electroteque
http://electroteque.dyndns.org:1023/demo/uploader/ following my other posts i have a working flash progress bar , although i cannot remove the empty arrays in the count how can i remove empty arrays in an array , the empty file inputs seem to still contain something , so instead of 1 as the

[PHP] checking if an array is empty

2002-09-21 Thread electroteque
how can i check if an array is currently empty , for instance i have a file input field with an array name for multiple images, i need to check if there was no file uploaded in that field name and ignore it in the loop -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] checking if an array is empty

2002-09-21 Thread electroteque
thats the thing , the word Array is what it returns even though there was no input file. Michael Sims [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sun, 22 Sep 2002 01:13:08 +1000, you wrote: how can i check if an array is currently empty , for instance i

[PHP] ob_end_clean and header redirecting

2002-09-21 Thread electroteque
function return_exit() { if (EXIT_AFTER_REDIRECT == 1) { return exit(); } } // Redirect to another page or site function redirect($url) { header('Location: ' . $url); return_exit(); } ob_start(); echo script/script; ob_end_flush(); ob_end_clean();

RE: [PHP] checking if an array is empty

2002-09-21 Thread electroteque
yeh wicked thanks -Original Message- From: Michael Sims [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 11:48 AM To: [EMAIL PROTECTED] Cc: electroteque Subject: Re: [PHP] checking if an array is empty On Sun, 22 Sep 2002 11:09:16 +1000, you wrote: thats the thing

[PHP] error compiling apache2 on cobalt libgdbm error

2002-09-24 Thread electroteque
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. make[1]: Leaving directory `/home/src/httpd-2.0.40' what could be the problem -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] error compiling apache2 on cobalt libgdbm error

2002-09-24 Thread electroteque
h Apache 1.3). But what does this have to do with PHP? On Tue, 24 Sep 2002, electroteque wrote: libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. make[1]: Leaving directory `/home/src/httpd-2.0.40' wh

Re: [PHP] PHP5 stable enough for webapps ?

2005-01-28 Thread electroteque
On 28/01/2005, at 11:26 PM, trobi wrote: Under GNU/Linux you can compile it too, you don't have to use th pre-compiled packages. I think GNU/Linux is stable enough but it is up to you. trobi Heh is that for PHP5 or Apache2 ? I think PHP5 is stable enough for what i need it to do, no bugs hangs

Re: [PHP] PHP5 stable enough for webapps ?

2005-01-28 Thread electroteque
On 28/01/2005, at 11:56 PM, Jochem Maas wrote: well if you have been working fine on MacOSX then I reckon thats a good indication! Well umm, its a standard setup really, i install all the libraries needed for the extensions via fink, i compile php via source. ...and if you want to run redhat

[PHP] Re: XSLT support for RH8

2002-12-06 Thread electroteque
dont use rpm's at all use soure , i did a base net install of RH8 most of the packages i didnt even select coz i wanted to get them manually were older versions and unpatched versions with security issues dammit ! , you will need sablot for xslt support , goto www.php.net/xslt and check out sablot

[PHP] Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-12 Thread electroteque
firstly where can i add stuff to the cvs ? i have made a few posts before about an issue that hasnt changed , you guys still dont have it patched #if HAVE_LIBGD204 io_ctx-gd_free(io_ctx); #else io_ctx-free(io_ctx); #endif HAVE_LIBGD204 - this obviously means

[PHP] flush output error

2002-12-18 Thread electroteque
hi guys i have a little problem with flushing the buffer output, in this loop it should be downloading a file and changing the progress of a progress bar, although it waits until the shell_exec of all the files are done and then flushes the buffer which will start @ 95% , so it wont start until

[PHP] Re: Compiling php-4.0.6 with MySQL support

2002-12-18 Thread electroteque
i tend not to use the internel mysql lib, install mysql into a prefix dir ie /usr/local/etc/mysql then do --with-mysql=/usr/local/etc/mysql u only had --with-mysql= which will use the internal lib. Igor Shulgin [EMAIL PROTECTED] wrote in message

Re: [PHP] flush output error

2002-12-18 Thread electroteque
no this has been working before, it stopped working ever since i upgraded to 4.3 , whats there to multitask ? i'm simply executing curl and then executing the funtion after not at the same time but should both be executing within the same loop , it was working before especially for image uploads

Re: [PHP] flush output error

2002-12-18 Thread electroteque
sorry about the false alarm , if you go here u will see a working example http://galleries.dyndns.org:1023/progress.php i had to add both flush functions together to work , obviosuly flsuh is not emptying the buffer within a loop, is this still a bug ? flush(); ob_flush(); Wico De Leeuw

[PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
is there a way to get this setting to work without hard setting in htaccess ? i'd like to be able to dynamically set the max filesize via a defines setting and ini_set rather than statically in htaccess -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... -Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: 20 December 2002 11:35 To: [EMAIL PROTECTED] Subject: [PHP] upload_max_filesize + ini_set is there a way to get this setting to work with

Re: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
and i just tested the script and it let me upload a 2.5M file. so there must be a way to put it in the page aswell Mike Ford [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... -Original Message- From: electroteque [mailto:[EMAIL PROTECTED]]

[PHP] preg_replace question

2002-12-23 Thread electroteque
yet another regex question how could i hange the value within the quotes with preg_replace php_value upload_max_filesize 5M -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] another preg_replace issue

2002-12-24 Thread electroteque
yet another regex question how could i change the value within the quotes with preg_replace php_value upload_max_filesize 5M i am trying to edit the value of a htaccess file -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upload_max_filesize hack

2002-12-24 Thread electroteque
hi guys i've managed to edit a htaccess file which will allow to override the upload_max_filesize ini setting which cannot be edited in php itself hope this helps, shure its a hack there could be anything with M in it, i'm terrible at regex, so if anyone would like to add to it go ahead. ?

[PHP] Re: upload_max_filesize hack

2002-12-24 Thread electroteque
); fwrite($fd,''.$size.''); } } flock($fd, LOCK_UN); fclose ($fd); } define('MAX_FILESIZE','5'); edit_max_filesize(MAX_FILESIZE); ? Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi guys i've managed to edit a htaccess file which wi

[PHP] RE: PHP3 + session handling limitation

2002-12-30 Thread electroteque
hi i've just started a job and they are sadly using php3 , what is the work around for the session handling limitation ? i have an authentication class which will not work now beause it cant handles sessions :| -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] locally enabling register_globals?

2003-01-03 Thread electroteque
personally i'd ask for a credit to your account for damages as that was bad practice for your provider to upgrade without testing sites first and at least consulting the ppl who sites will break with register globals off Michael Greenspon [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] true ip tracking

2003-01-03 Thread electroteque
hi i was wondering if there was a way to get the clients ip's behind proxies that hide the HTTP_X_FORWARDED_FOR header ? this is most important for checking ips for polls except some proxies dont send this important header ?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] true ip tracking

2003-01-03 Thread electroteque
its a bit tedious to make anonymous visotors register on the site to vote a poll , so there is no other workaround then ? Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Saturday 04 January 2003 12:38, electroteque wrote: hi i was w

[PHP] custom error handling

2003-01-07 Thread electroteque
hi there i am trying to build a ustom error handler for the pear db aswell as catch fatal and parse errors , unfortunatly the pear db error message wont give me back the file and the line where the error is, how can i determine the line and file where the error is caused ufortunatly the callback

[PHP] Re: custom error handling

2003-01-07 Thread electroteque
] like line 1 could be anywhere and the query i buggered on purpose is 100 lines down Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi there i am trying to build a ustom error handler for the pear db aswell as catch fatal and parse errors , unfo

Re: [PHP] Re: custom error handling

2003-01-08 Thread electroteque
actually its getting there $backtrace = debug_backtrace(); foreach ($backtrace as $val) { if (eregi($val['function'],'query')){ echo $val['file'].br; echo $vale['line'].br; } } Michael Sims [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 8

[PHP] fast template over xsl

2003-01-08 Thread electroteque
hi i am considering the move from fast template to xslt , is there any benifits for this ? also is there a way to intergrate xsl like fast template ie parse rows in the php script -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] gettext and translations

2003-01-09 Thread electroteque
hi i am just reading up on gettext , it says its for translating messages , how about translating entire site content ? and a question i have been asked is how authentic is the translations ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php5 cvs

2003-01-11 Thread electroteque
hi guys just noticed php5 cvs in the snaps page , does this have the zend 2.0 engine ? more specific question has it got the proper OO built in yet ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php5 cvs

2003-01-11 Thread electroteque
building it and it seems pretty stable. A list of changes and features can be found at http://www.php.net/ZEND_CHANGES.txt. HTH Danny. - Original Message - From: electroteque [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 6:50 PM Subject: [PHP] php5 cvs hi g

Re: [PHP] php5 cvs

2003-01-11 Thread electroteque
hmm has the public and private function accessor changed ? i have been building my classes with test() and _test() to differentiate from public and private and have been waiting to try it out but i can still access both ! ?? Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]"

[PHP] __LINE__,__FILE__ + custom error handlers

2003-01-26 Thread electroteque
hi guys i am trying to create callback error functions handlers , i was wondering if there was a way to get the file and line caught in a error function say with a database abstraction query without having to explicitly put the line and number in the query function , at the moment if i put line

[PHP] set_error_handler inside a class

2003-01-28 Thread electroteque
hi guys how is ti possible to do a set_error_handler within a class so it will trigger the callback function and so will be able to return the line and file in the message ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] emulate callback error for php3

2003-02-01 Thread electroteque
hi sorry to ask so many questions but i have now realised that php3 doesnt handle the callback error handling so i can return the line and file of the error into a function is there a way to emulate this in php3 ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: emulate callback error for php3

2003-02-01 Thread electroteque
and file in the function like this ? $query = $db-query(select * from artists where artistI=1,__LINE__,__FILE__); Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi sorry to ask so many questions but i have now realised that php3 doesnt

[PHP] php3 + HTTP_POST_FILES

2003-02-04 Thread electroteque
is there a way to get this variable in php3 for some reason i cannot acess it ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Your details

2003-08-20 Thread electroteque
i suggest everyone get spamassasin it also picks up viruses, some look like txt file attatchments though -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 1:54 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:

RE: [PHP] virus on the list

2003-08-21 Thread electroteque
i am aware of this, is there any way to filter it? i'll shut up now ;\ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mysql Pattern Matching

2003-09-04 Thread electroteque
i'm doin this offlist -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 10:23 PM To: PHP General Mailing List Subject: [PHP] mysql Pattern Matching I know this question is best for the mySQL mailing list, but I am unable to subscribe to

RE: [PHP] Re: PHP code generation

2003-09-06 Thread electroteque
what is the whole point of it again ? and how do they do this ?? http://www.meta-language.net/screenshots.html -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 12:48 PM To: Chris Hubbard Cc: [EMAIL PROTECTED] Php. Net Subject: [PHP] Re:

[PHP] gforge

2003-09-09 Thread electroteque
anyone managed to get gforge working with mysql at all ? sorry if this might be off topic but i found the link off this list, let me know thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP + MySQL Free Shopping Cart

2003-06-06 Thread electroteque
of course u can edit the scripts u will not find one that u dont have to rip the guts out of and customise -Original Message- From: Miranda, Joel Louie M [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 6:36 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP + MySQL Free Shopping Cart

RE: [PHP] Array

2003-06-06 Thread electroteque
while (list($k, $v) = each ($rowmenu)) { $val[] = $v; } } try that -Original Message- From: Awlad Hussain [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 8:20 PM To: [EMAIL PROTECTED] Subject: [PHP] Array What wrong with this code? i am tryin to create an array from

[PHP] flawless script

2003-05-28 Thread electroteque
hi guys, how does everyone usually go about posting within a script ? i usually contain everything i need to do for a script within the same script without the need for a seperate file for posting like so switch ($_POST['action']) { case 'insert': insert into db

RE: [PHP] RE: connection_aborted was [PHP] trikky authentication question

2003-06-01 Thread electroteque
of course thats where i got the example from but it doesnt work ignore_user_abort(true); if (connection_aborted()) $this-db-query(UPDATE users SET logged_in=0 WHERE userID=$this-userID); if i close the browser its not setting the fiel to 0 meaning they are logged out -Original Message-

RE: [PHP] user login idle timeout feature

2003-06-02 Thread electroteque
thats what i was thinking of logic but i may be having about 10 users logged in doing full text searching on a 200 meg + database will that affect it ? -Original Message- From: Justin French [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:21 AM To: [EMAIL PROTECTED]; [EMAIL

RE: [PHP] Validating user input

2003-06-03 Thread electroteque
is_numeric and strlen ? -Original Message- From: Shaun [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 7:21 PM To: [EMAIL PROTECTED] Subject: [PHP] Validating user input Hi, I am creating a timesheet application, how can I make sure that a user has entered a number, and that the

RE: [PHP] @getimagesize

2003-06-03 Thread electroteque
try an fopen to check if the file is there first ? -Original Message- From: Diana Castillo [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 7:24 PM To: [EMAIL PROTECTED] Subject: [PHP] @getimagesize I use @getimagesize to resize pictures that I get from a url which comes from a

RE: [PHP] Re: move_uploaded_file 1MB

2003-06-04 Thread electroteque
move_uploaded_file is copying the temp file to a permanent directory right ? thats on the server , check if the temp file is there with $_POST['tmp_name'] or its size value -Original Message- From: Yves Daemen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 7:44 AM To: [EMAIL

RE: [PHP] splitting text solved

2003-06-04 Thread electroteque
i found a snippet somewhere which helped me out and i modified it ? $input= and a phrase \escaping text\ \howard sux\; if (preg_match_all('/(?:((?:\\\.|[^\\\])*?)|\b([\S]+)\b)/', $input, $match)) { foreach ($match[0] as $key=$value) { $keyword .= +.$value; }

RE: [PHP] project users manual howto

2003-06-09 Thread electroteque
if you dont mind an example would be nice the site is totally confusing of course i have read the documentation -Original Message- From: Armand Turpel [mailto:[EMAIL PROTECTED] Sent: Sunday, June 08, 2003 11:06 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] project users manual howto With

RE: [PHP] project users manual howto

2003-06-09 Thread electroteque
rediculous ! -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 6:13 PM To: Armand Turpel; [EMAIL PROTECTED] Subject: RE: [PHP] project users manual howto if you dont mind an example would be nice the site is totally confusing of course i have read

RE: [PHP] Cook Book Script

2003-06-09 Thread electroteque
this is easy i say do it yourself , when u get them to add the entries store their userID in a session variable and add that userID value to a column in the recipes table -Original Message- From: Wendell Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 7:59 AM To: [EMAIL

RE: [PHP] Want to move M$Access frontend to PHP/MYSQL. Need suggestions...

2003-06-10 Thread electroteque
i cant help much seeing that u already are using mysql why an access frontend ? i'm currently doing a access to mysql intergration , i moved the db over using sqlyog's odbc import , then i basically had to build the forms from scratch is there a problem with that ?? if u are moving over u may

[PHP] shopping cart and login system

2003-06-13 Thread electroteque
hi there , i am about to build a shopping cart which will interact with a paypal payment system , the cart will use sessions to store the items and basket information before checking out and posting to the paypal form , what i'd like to know is would the cart require a login system to track users

RE: [PHP] php editor?

2003-06-14 Thread electroteque
i use homesite usually but have been helping the php edit guys www.phpedit.net -Original Message- From: M-Ali Mahmoodi [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: [PHP] php editor? hi all i'm a beginner in php can anyone help me about

RE: [PHP] php editor?

2003-06-14 Thread electroteque
boy how painfully dweebish is vi why make it harder for yourself :O -Original Message- From: Jeff Harris [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 2:48 AM To: M-Ali Mahmoodi Cc: [EMAIL PROTECTED] Subject: Re: [PHP] php editor? On Jun 14, 2003, M-Ali Mahmoodi claimed that:

RE: [PHP] Re: php editor?

2003-06-14 Thread electroteque
possibly not free though ? -Original Message- From: Aliaksei Kurets [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 9:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php editor? The best PHP editor I know is Zend Studio. This is a real good editor with debugging, highlighting and

RE: [PHP] php editor?

2003-06-14 Thread electroteque
:) electroteque wrote: boy how painfully dweebish is vi why make it harder for yourself :O -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php editor?

2003-06-14 Thread electroteque
problems if your changes are right the first time) and it also lets you work on larger projects over a few days and push everything live at once without having to copy the files in question one-by-one. -M -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Saturday, June

RE: [PHP] shopping cart and login system

2003-06-14 Thread electroteque
Message- From: Jeff Harris [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 1:31 PM To: olinux Cc: electroteque; Php-General Subject: Re: [PHP] shopping cart and login system On Jun 14, 2003, olinux claimed that: |hi | |--- electroteque [EMAIL PROTECTED] wrote: | hi there , i am about

RE: [PHP] Re: PHP Problem regarding updating through text boxes

2003-06-20 Thread electroteque
hmm name the text fields the field of the database then put a [] in front of them to make them an array then then try maybe foreach ($_POST['id'] as $key=$value) { //sql statement update table set us=$_POST['us'][$key] where id=$_POST['id'][$key]; } -Original Message- From: Esteban

RE: [PHP] Zend Studio and DreamWeaver MX

2003-06-27 Thread electroteque
they both compliment eachother , use zend for code and dreamweaver to do the html, we use a templating system at work , so i use dreamweaver to quickly interpret the design into html and quickly make the tables and add the graphics etc so the templates are done quickly then i use homesite to do

  1   2   3   >