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

Re: [PHP] Re: Persistent PHP web application?

2005-01-05 Thread electroteque
On 05/01/2005, at 2:39 PM, Rasmus Lerdorf wrote: You are correct, serialization tends to be the bottleneck when it comes to restoring large data structs. So you either avoid recreating the data structure and just use the data directly, or use an in-process mechanism like apc_store/apc_fetch

[PHP] HTML_Template_Flexy or Smarty

2004-12-15 Thread electroteque
hi there I am trying to choose between the two, which one is efficient, but is also html programmer friendly and can still do template block style templating like fasttemplate or phemplate. I am trying to move people who have been using fasttemplate to a more efficient system, although these

Re: [PHP] Re: HTML_Template_Flexy or Smarty

2004-12-15 Thread electroteque
{myvar} instead of tedious logic that only a developer can understand ? On 16/12/2004, at 12:55 AM, Matthew Weier O'Phinney wrote: * Electroteque [EMAIL PROTECTED]: hi there I am trying to choose between the two, which one is efficient, but is also html programmer friendly and can still do template

[PHP] Mysql 4.1.7 + PHP 4.3.9

2004-11-14 Thread electroteque
Is this a possible combination ? Work is trying to compile PHP4 against 4.1, I havent even tried it apart from against PHP5. It says in the manual that the mysqli driver is the only one compatible with 4.1, although I have managed to compile both mysql and mysqli in php5, and run my apps ok as

Re: [PHP] Sub selects vs nested loop

2004-11-09 Thread electroteque
Hi guys and girls, while we are on this topic, has anyone got a good senario of a sub select query which can remove the nested loops ? I have been wanting to get rid of nested loops for a good while and now Mysql 4.1 is out I would like to start using it. So the usual scenario for nested loops

RE: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread electroteque
A php tool that converts code to binary This I would love to see .. WHO CARE`S? you are one of their customers, you might. If you signed up for their newsletter and you recieve their updates good for you, the rest of us (most of us) do not care. Most (good) sites have a newsletter system

RE: [PHP] Adding colours and borders for the excel sheet?

2004-06-09 Thread electroteque
have u looked at the pear excel spreadsheet writer ? one of the best things ever made IMHO -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 3:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP] Adding colours and

RE: [PHP] Re: search engine optimization and php

2004-06-08 Thread electroteque
On the topic of meta tags, can these be sent via the header or not ?? :\ -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 2:02 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: search engine optimization and php Hello, On 06/08/2004

[PHP] PHP Compiler - standalone

2004-06-08 Thread electroteque
Hi there silly question, I was wondering if there is such a php compiler available like javac to compile php classes into bytecode so they are native to the php module and dont need to be compiled, but without any extension like turk to make it work ? Unfortunately I want this functionality so the

[PHP] Sophisticated rss builder class

2004-06-03 Thread electroteque
Hi there, I am wanting to know if there is any good rss builder classes, that is similar to what the PEAR XML_Tree class can do. Sadly there is no pear rss builder out there, and the ones on PHP classes are dodgy. Please let me know thanks. -- PHP General Mailing List (http://www.php.net/) To

[PHP] RSS/RDF generator

2004-05-22 Thread electroteque
Hi there, I was wondering if there is a standard pear class like the XML_Tree to build RSS/RDF documents from the database ? Let me know -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: RSS/RDF generator

2004-05-22 Thread electroteque
You just had to go to pear.php.net and type rss into the search form - not too much effort, right? http://pear.php.net/package/XML_RSS Regards, Torsten Hi there, if you read my email properly build RSS/RDF, not parse. Or is it something we have to hack up with XML_Tree ? -- PHP General

RE: [PHP] Template Engine

2004-05-15 Thread electroteque
I use one called phemplate, dont be scared of the same its pretty good and follows the same ideology as the rest although check out the benchmark tool of other engines which is supplied on the site. http://pukomuko.esu.lt/phemplate/ I have been thinking of moving to smarty or i just wish there

RE: [PHP] Release Announcement: Hardened-PHP 0.1.1

2004-05-15 Thread electroteque
please define a hastily written script ? if this is it i dont know anyone who would ever attempt this ?php include $aktion; ? saying that anyone who codes with no security in mind should go back to school. But i'm sure it could be possible for maybe a web host to have something dodgy

RE: [PHP] Re: PHP and qmail

2004-05-15 Thread electroteque
Could it not be you have to send the html document type in the header of the mail ? -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Sunday, May 16, 2004 8:55 AM To: Stephen Lake Cc: [EMAIL PROTECTED] Subject: [PHP] Re: PHP and qmail Hello, On 05/15/2004

[PHP] Batch/Prepared statements for Mysql in PHP

2004-05-01 Thread electroteque
I was wondering if there is any current API for creating match/prepare statements, therefore say i have a script to insert, update and insert in the same post, is there a way to reduce to many queries to the database to do it all in one hit ? Although i usually return the last inc id then add it

RE: [PHP] A to Z incremental

2004-04-23 Thread electroteque
use the chr($i) system -Original Message- From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 9:31 PM To: 'Paul'; [EMAIL PROTECTED] Subject: RE: [PHP] A to Z incremental On 22 April 2004 15:22, Paul wrote: Hi! Got this script: ?php

RE: [PHP] overloaded, overworked ereg statement?

2004-04-23 Thread electroteque
Isnt ereg meant to be slower than preg anyway ? -Original Message- From: Tim [mailto:[EMAIL PROTECTED] Sent: Saturday, April 24, 2004 2:02 PM To: [EMAIL PROTECTED] Subject: [PHP] overloaded, overworked ereg statement? This script worked on one server, but started choking after I

[PHP] objects in a session

2004-04-21 Thread electroteque
Hi there going back to the discussions of objects in a session. I would like to know what are the benifits of this, and in what scenarios would it be used. I have an application I am trying to make scalable if possible, it uses a sub class to a phplayers menu class which parses an xml file and

RE: [PHP] Finding Screen Size

2004-04-19 Thread electroteque
I dont want to start any flames, but there could be a possibility http://sharkysoft.com/tutorials/jsa/content/037.html -Original Message- From: I.A. Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 6:36 AM To: [EMAIL PROTECTED] Subject: [PHP] Finding Screen Size

RE: [PHP] Finding Screen Size

2004-04-19 Thread electroteque
actually this could also work http://www.faqts.com/knowledge_base/view.phtml/aid/131 -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 7:00 AM To: I.A. Gray; [EMAIL PROTECTED] Subject: RE: [PHP] Finding Screen Size I dont want to start

RE: [PHP] PHP editor

2004-04-15 Thread electroteque
the htmlkit looks hot, although its licenced, work has a shitty copy of homesite 4 licences, i doubt i can convince them, i am using phpedit, although does it turn tabs into spaces ?? -Original Message- From: Arthur Radulescu [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004

[PHP] PHP5 wont load into Apache

2004-04-14 Thread electroteque
Hi there I am running Apache 2 with PHP5 on solaris 9. I keep getting this error when I am loaded into my console xmlCanonicPath: referenced symbol not found , although apache boots up on startup without a hitch, is there a paths problem ? -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] PHP5 wont load into Apache

2004-04-14 Thread electroteque
where it got /usr/lib from -Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 10:43 PM To: Php-General Subject: [PHP] PHP5 wont load into Apache Hi there I am running Apache 2 with PHP5 on solaris 9. I keep getting this error when I am

[PHP] mysqli

2004-04-10 Thread electroteque
bloody excellent, it has its own wrapper object, the prepared statements feature looks cool http://www.zend.com/php5/articles/php5-mysqli.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP5 and pear

2004-04-10 Thread electroteque
Pear does not seem to be actually in the sources for some reason [PEAR] XML_RPC: The following errors where found (use force option to install an yway): missing package name missing summary missing description missing license missing version missing release state missing release date missing

RE: [PHP] Re: PHP5 and pear

2004-04-10 Thread electroteque
standard make install, did it for both rc1 and snaps -Original Message- From: Aidan Lister [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 1:06 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP5 and pear Was that from a pear install xml_rpc ? Electroteque [EMAIL

[PHP] xmlhttp request

2004-04-08 Thread electroteque
This is filthy check this out http://jibbering.com/2002/4/httprequest.html i suppose its a mozilla and ie only thing and pc too but maybe handy for php apps to post and get without changing the page -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] limit on ammount of generated jscript arrays

2004-04-08 Thread electroteque
Hi there i am building an app of insteading of building a list menu of items, i am generating arrays of the data in javascript using a php class, this is then autocompleted in a textbox. Is there a limit to how many i can list in the page, like will it eventually slow the page down ? -- PHP

RE: [PHP] Serializing objects and storing them is sessions

2004-04-08 Thread electroteque
May i ask what the advantage of storing objects in session is ? Does it cause overhead ? Like should i store the most common classes like the db and auth class in a session ? -Original Message- From: Jason Giangrande [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:21 PM To:

RE: [PHP] XML Parsing

2004-04-01 Thread electroteque
I found the XML_Tree class really easy to use, highly recommend it. -Original Message- From: Nunners [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 10:40 PM To: [EMAIL PROTECTED] Subject: [PHP] XML Parsing Hi Folks, I've got an XML output from a website

RE: [PHP] slow script

2004-03-27 Thread electroteque
200mhz with 64-80mb ram, and in these machines the system is very slow. Sorry dude you just answered your question. Also aparantly ODBC is slow. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Methods for creating HTML with PHP

2004-03-25 Thread electroteque
I'm using this one with no problems, its actually quite fast http://pukomuko.esu.lt/phemplate/ there is a benchmark against smarty aswell, i was actually thinking of going the smarty path as so many php apps use it, what is the better of them , anyone using this class ? -Original

[PHP] Symbol reference problem with pspell in PHP5 compile

2004-03-18 Thread electroteque
Hi there, i have tried the phpinstall list with no luck i continually get this error on solaris for some strange reason, i had to install 2 totally seperate libiconv's so one could sit in /usr/local as php kept trying to look there, now i keep getting this error Undefined

RE: [PHP] Apache Config: php_value auto_prepend_file auto_append_file

2004-03-12 Thread electroteque
I've prob asked this before, when will it be possible to be able to use Apache2 ? I assumed as you said before it was because it was the extensions but are we saying now that libraries that php are compiled on are too not thread safe ? -Original Message- From: Rasmus Lerdorf

[PHP] Inconv in PHP5 compile

2004-03-11 Thread electroteque
Hi there, sorry to repost this,i am still trying after 2 weeks to try and get PHP5 installed on solaris 9, it looks like it will try and install domxml via default, i installed libxml with packages and i think libxml or php is trying to get to this link grep: can't open /usr/local/lib/libiconv.la

RE: [PHP] Let's start a php-advanced list!

2004-03-06 Thread electroteque
This has come up many times before and I really don't think it will work. Splitting advanced users from beginners means that there will be nobody to answer the beginner questions which means they will get posted to the advanced list where the people with the answers are. It is a self-defeating

RE: [PHP] UK Bank Holidays 2

2004-03-06 Thread electroteque
I know reposting like this is wrong but I was just trying to make a point. Which is? In most cases reposting at such a short time interval will only annoy a lot people. I think it was 4 hours apart, one at 7am another at 11am but still .. google first, ask list after. -- PHP General

[PHP] Am i dreaming or is the php frontpage broken ?

2004-03-06 Thread electroteque
8:45 pm EST, no content is showing in the middle ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem compiling PHP5 with libconv

2004-03-05 Thread electroteque
hi there i am trying to build PHP5 on solaris 9, libiconv is stupidly set in /opt/csw/lib as that is where the package manage pkg-get puts it. I have set where to find libiconv but still not luck Here is my compile ./configure --with-apxs2=/usr/local/httpd/bin/apxs --without-mysql --with-my

RE: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread electroteque
but it will save on my Linux box. As sending cookies is pretty much a generic procedure which is not platform dependent it would suggest that your WinXP box is broken (needless to say I'm assuming that you have already ensured that your browser is configured to accept cookies). Have you

RE: [PHP] Sessions, sessions and... sessions

2004-03-02 Thread electroteque
all i can think of here, you could be calling start_session twice in the same page ? also init set the session timeout to an hour or so -Original Message- From: Puiu Hrenciuc [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:13 PM To: [EMAIL PROTECTED] Subject: [PHP] Sessions,

RE: [PHP] Re: PHPdoc web interface

2004-02-29 Thread electroteque
nah man, i was asking if anyone has tried this, it is documenting php code right ?, i think so :D. I've alread tried him, all i get is RTFM, i think its a bug. -Original Message- From: Andre Cerqueira [mailto:[EMAIL PROTECTED] Sent: Sunday, February 29, 2004 7:36 PM To: [EMAIL PROTECTED]

[PHP] PHP5 only configures mysql 4.1 source with mysqli

2004-02-28 Thread electroteque
Hi i dont know who to tell, please forward it on, I'm running Solaris 9, PHP5 only seems to configure mysql 4.1 using the mysqli, i tried the binary distribution and it complained about the wrong library version so i compiled the source and it was fine. Just letting people know, i also had to do a

RE: [PHP] PHP5 only configures mysql 4.1 source with mysqli

2004-02-28 Thread electroteque
AM To: electroteque Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP5 only configures mysql 4.1 source with mysqli Hi, Mysqli installation certainly isn't improved :-) i had a lot of trouble too, and shared my experience online at http://www.raditha.com/mysql/mysqli.php hope someone finds it usefull

RE: [PHP] ftp software

2004-02-22 Thread electroteque
www.smartftp.com -Original Message- From: Nathan McIntyre [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 8:37 AM To: [EMAIL PROTECTED] Subject: [PHP] ftp software Hello! I am new both to PHP and web dev, and I am wondering what ftp software would be best for me to use.

[PHP] RE: Slightly off - was [PHP] ftp software

2004-02-22 Thread electroteque
-Original Message- From: electroteque [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 12:19 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] ftp software www.smartftp.com Isnt it funny i assumed you were using windoze ? Unfortunately i had to port back to my XP machine which i

RE: [PHP] set global working??

2004-02-21 Thread electroteque
you can turn register globals off using htaccess, i dont have an example for you but that should fix it. -Original Message- From: Terry Romine [mailto:[EMAIL PROTECTED] Sent: Sunday, February 22, 2004 10:37 AM To: [EMAIL PROTECTED] Subject: [PHP] set global working?? Not quite a

RE: [PHP] Advice Needed

2004-02-20 Thread electroteque
Done, outside the webby is the goer, then i dont have to worry this the hassle of getting a simple allowovedrride rule in the fukn conf file, which has seem to be a simple process i could do but then a complicated process with all the politics :\ The server is dedicated work serve their own

RE: [PHP] Upload and database

2004-02-20 Thread electroteque
Make it easier on yourself just store the filename dude -Original Message- From: Will [mailto:[EMAIL PROTECTED] Sent: Saturday, February 21, 2004 12:13 PM To: PHP General Subject: [PHP] Upload and database Hello all, I tried to search the archives and PHP.NET and did not find anything

RE: [PHP] checking users have the latest version of a file

2004-02-19 Thread electroteque
I was considering my only last options is diff and filesize, but then i was thinking say the latest file is a size of 1mb, the copy of the users machine is 2mb but is still not in sync with the latest copy then . sorry to trouble you about this, i would have intergrated php with cvs viewer, but

RE: [PHP] Re: PEAR DB 1.6.0 has been released

2004-02-19 Thread electroteque
unfortunately i tried mdb and it was totally unusable and badly documented, and to port pear db over to mdb was impossible, i find pear db ok, even adodb is cool, i had to build my own class specifically just for mysql with pretty good performance as no others could. -Original Message-

RE: [PHP] CVS style project system

2004-02-06 Thread electroteque
Thats all good, i'd have to learn how to intergrate, also if i explained earlier, if its taken a year of lobbying for cvs on the dev box, i doubt its gonna go on the public machine. Also i never stored files as binary in the db only the filenames as varchar. 5.) I am of the camp that thinks

RE: [PHP] CVS style project system

2004-02-06 Thread electroteque
I know you don't want to hear someone say use cvs so... Use viewcvs[1], or write your own version of it. You can put a database behind it, add descriptions to projects and/or folders to your database, whatever you want on top of cvs. You can even use cvsgrab[2] to download a repository from a

RE: [PHP] CVS style project system

2004-02-06 Thread electroteque
I know you don't want to hear someone say use cvs so... Use viewcvs[1], or write your own version of it. You can put a database behind it, add descriptions to projects and/or folders to your database, whatever you want on top of cvs. You can even use cvsgrab[2] to download a repository from

[PHP] unsetting a session in ssl

2004-02-04 Thread electroteque
Hi there, i was wondering if there was a way to unset a http session when in https ? I dont particularly want to switch back to http and then get a exit ssl box in the browser before going to another page, how is it possible ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] 3 variables not passing to function!!!????

2004-01-31 Thread electroteque
try setting them global as they are outside the function global $admin,$site,$lic etc .. -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: [PHP] 3 variables not passing to function!!! Hey, Am going

RE: [PHP] OOP methodology

2004-01-30 Thread electroteque
Here is my advice, check out the pear code, it will help you dearly get the grips of how to setup classes. IMHO i feel pear is a standard, i use most of the standard but i dont particularly write classes for pear but structure it similar, but am thinking of porting my error code around pear.

RE: [PHP] OOP methodology

2004-01-30 Thread electroteque
Yes i think java would be the best to learn proper OO, i've nevr done it, but coming the other way knowing php OO, java became more familiar to me, i'm gonna do it this year. With PHP5 coming out that all may change slightly. May i ask though, what is the point of a destructor and is it really

RE: [PHP] OOP methodology{O|T} kinda'

2004-01-30 Thread electroteque
Ok sorry, c++ then, yes thats another kettle of fish, i'm going to be doing some c++ to learn how to make vst plugins :D -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 10:51 PM To: electroteque; [EMAIL PROTECTED] Subject: RE: [PHP] OOP

RE: [PHP] Re: XSL

2004-01-26 Thread electroteque
ok obviously you would need to store the content in the database, how else can you make it easy to edit for a user ? -Original Message- From: Aidan Lister [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 12:50 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: XSL I'll tell you the

RE: [PHP] what PHP really needs

2004-01-25 Thread electroteque
A database server by nature must assume that all data is equally mutable. An application developer, however, knows by design how fresh any one piece of data needs to be and can cache accordingly. E.g., don't hit the database for your site's navigational structure or news articles every single

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

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] 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] 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] help with ad serving

2003-07-22 Thread electroteque
Subject: Re: [PHP] help with ad serving * Thus wrote electroteque ([EMAIL PROTECTED]): hi there my next project at work is to build an ad server for both image and flash , i am storing each ad entry into a banner_ads table then another table media to store each of the banners into which links

[PHP] help with ad serving

2003-07-21 Thread electroteque
hi there my next project at work is to build an ad server for both image and flash , i am storing each ad entry into a banner_ads table then another table media to store each of the banners into which links to the banner , although in the created admin tool i allow for multiple uploads so a flash

RE: [PHP] free hosting

2003-07-21 Thread electroteque
spam ! -Original Message- From: Bang Dodi [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:55 PM To: [EMAIL PROTECTED] Subject: [PHP] free hosting http://cmax.port5.com __ Mau ringtones yang gaya ? --

[PHP] custom changeable templates

2003-07-14 Thread electroteque
hi there i was wondering how i could go about changing the templates of a site with a tool and also tooling the css colours for some of the pages dynamically , let me know thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Upgrading 4.2.2 to 4.3.2

2003-07-14 Thread electroteque
all i can say it why not rerun the configure i'm sure it'll come up with some breakages like library versions and dependancies etc .. -Original Message- From: Dave [Hawk-Systems] [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:28 PM To: [EMAIL PROTECTED] Subject: RE: [PHP]

RE: [PHP] client running

2003-07-09 Thread electroteque
php as a client ? -Original Message- From: Randy Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 7:14 AM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] client running All is well. The site I was connecting to with the stream changed the string format. Once I figured that out

RE: [PHP] Text boxes posted to MySQL record that contain quotes

2003-07-09 Thread electroteque
lol why didnt i think of this , i have done this before for hidden form fields when creating a preview page :\ , i guess i have to reconvert if it reposts so it doesnt screw up the sql -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 8:49 PM

RE: [PHP] PHP to Excel Export

2003-07-08 Thread electroteque
fuk me this is much better than bifwriter -Original Message- From: [cz]Emo [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 11:33 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP to Excel Export I like this: http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/

RE: [PHP] Text boxes posted to MySQL record that contain quotes

2003-07-08 Thread electroteque
wow i've had this issue aswell only yesterday , like in my search page of the project i've just done i stored the search values of each option so that they can return bak to the search page and edit their search entry , anyway the fulltext search text input can contain quotes denoting exact phrase

RE: [PHP] Text boxes posted to MySQL record that contain quotes

2003-07-08 Thread electroteque
apologies i hope it didnt look like i just hijacked the thread i was just adding to it, this is a pretty serious issue though i dont think i've ever come across it before funny enough as most the quoted text is in the textarea instead , the quik fix i've done is to remove the quotes altogether but

RE: [PHP] Text boxes posted to MySQL record that contain quotes

2003-07-08 Thread electroteque
adding slashes doesnt work like i said all that will show up in the box is a slash \ Try mysql_escape_string() -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-28 Thread electroteque
there is a possible problem if there is whitespace before or after a php tag check that !! -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] Sent: Saturday, June 28, 2003 4:20 PM To: PHPSpooky Cc: 'Marek Kilimajer'; [EMAIL PROTECTED] Subject: RE: [PHP] 'Cannot send

RE: [PHP] function doesn't return value

2003-06-28 Thread electroteque
try return true; -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Sunday, June 29, 2003 5:37 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] function doesn't return value On Sunday 29 June 2003 02:53, anders thoresson wrote: After a new user has filled in a form to

RE: [PHP] PHP and Macromedia Flash

2003-06-28 Thread electroteque
message me offlist for a xml actionscript example -Original Message- From: Andrew McCombe [mailto:[EMAIL PROTECTED] Sent: Sunday, June 29, 2003 9:09 AM To: Daniel J. Rychlik Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP and Macromedia Flash On Sun, 2003-06-29 at 00:00, Daniel J. Rychlik

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

RE: [PHP] @import

2003-06-27 Thread electroteque
why php ? why not just use a .css file like everyone else ? -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED] Sent: Saturday, June 28, 2003 11:02 AM To: Leif K-Brooks Cc: PHP Lists Subject: Re: [PHP] @import On Fri, 2003-06-27 at 20:21, Leif K-Brooks wrote: Brian V

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

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

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

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

  1   2   3   >