Re: [PHP] How can the Surfer download

2002-01-24 Thread daniel
, as opposed to displaying in the browser. Daniel J. Lashua -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] using a text file for variables in a form?

2002-01-24 Thread daniel
; } ? Now your values are accessible as $data[SAVINGS], etc. So... when building the HTML... ? print 'INPUT TYPE=TEXT NAME=savings VALUE=' . $data[SAVINGS] . '; ? Daniel J. Lashua -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] How can the Surfer download

2002-01-24 Thread daniel
should dump the Disk and Memory cache in your browser, and close and restart your browser just to be safe. Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP] using a text file for variables in a form?

2002-01-24 Thread daniel
more than that to have anything working. You need FORM tags, and a PHP script to accept the submission, etc, etc. Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] Uploading a file

2002-01-24 Thread daniel
for the MAX_FILE_SIZE field. Daniel J. Lashua On Thu, Jan 24, 2002 at 02:31:03PM -0800, Todd Cary wrote: Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Date: Thu, 24 Jan 2002 14:31:03 -0800 From: Todd Cary [EMAIL PROTECTED] X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) To: daniel [EMAIL PROTECTED

Re: [PHP] Building my site... again

2002-01-25 Thread daniel
, Daniel J. Lashua -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Building my site... again

2002-01-25 Thread daniel
, as the spiders don't care at all. Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Building my site... again

2002-01-25 Thread daniel
Andrew- Note, This will not work with PHP as a CGI. I honestly don't know, as I don't run PHP as a CGI. However... if there is a problem with this, I would be inclined to think that it was Apaches fault, and not PHPs. Daniel -- PHP General Mailing List (http://www.php.net

Re: [PHP] Must results from MySQL fetches always be an Array??

2002-01-25 Thread daniel
); return $series[0]; } Daniel J. Lashua -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] use linux commands within php

2002-01-25 Thread daniel
($ary) . lines in filename.txt; ? This offers the advantage of having the file loaded into an array, since... chances are you want to do something with it after you spit out how many lines are in it. Daniel J. Lashua -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] Re: cookies

2002-07-11 Thread Daniel
Surely it would be better to use Sessions in this case? Danny Shepherd [EMAIL PROTECTED] wrote in message 08c501c22825$932917c0$0200a8c0@DANNYS">news:08c501c22825$932917c0$0200a8c0@DANNYS... No, I just tested it myself - if you set a cookie with no expire date it exists until the browser

[PHP] Character Array

2002-07-11 Thread Daniel
Is there an easy way to get an array of characters from a string? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting the HTML Name Value in Forms(newbie)

2002-05-10 Thread Daniel
800 items at the moment and i don't want to have to type out all the names, just get the names on the ones selected.. Can someone help? Regards, Daniel Maddern -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] opendir security hole

2002-05-23 Thread daniel
hi i am creating a webbased filemanager for uploading files to the database, to determin which dir i upload to i have the directory in the query string ie ?dir=blah , i have found a security flaw where if you type dir=../../../../ it will show you the root dir of the server , how can i lock into

Re: [PHP] opendir security hole

2002-05-24 Thread daniel
unfortunatly it still happens Analysis Solutions [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Thu, May 23, 2002 at 11:22:28PM +1000, daniel wrote: dir=../../../../ it will show you the root dir of the server , how can i Before passing the $Dir

Re: [PHP] opendir security hole

2002-05-24 Thread daniel
scuse my ignorance i had it after opendir, thanks for that Daniel [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... unfortunatly it still happens Analysis Solutions [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

[PHP] server side games question

2001-11-13 Thread Daniel
to suggestions and constructive criticism. Cheers, Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] PHP Books

2001-05-08 Thread Daniel
recommend?? Thanks in advance Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] PHP Editor

2001-05-10 Thread Daniel
Hi, Just wondering whether you guys use any type of editor when programming in PHP? if so what have you found to be useful? Thanks Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] to use PHP under Netscape Enterprise Server 3.51

2001-07-17 Thread Daniel
Hi! Please help me to use PHP under Netscape Enterprise Server 3.51 or Fast track 4.1 Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] Need a functional equivilant to the ASP QueryString collection

2001-04-09 Thread Daniel
I'm writting a web application that is building a web form dynamically, and upon submission by the user, it needs to save all of the user inputs to a database. The problem is, I don't know what the names of the input elements will be. In ASP, I would iterate through the QueryString collection

Re: [PHP] Need a functional equivilant to the ASP QueryString collection

2001-04-09 Thread Daniel
Way to easy. I should have investigated further. :/ Thanks! Daniel "Alexander Wagner" [EMAIL PROTECTED] wrote in message 01040921221307.02806@zahna">news:01040921221307.02806@zahna... You should find all you need in the global variables $HTTP_POST_VARS and $HTTP_G

[PHP] Limitation of redirecting using header()?

2001-04-10 Thread Daniel
seeing is that while the followup page is loaded, the location in the address bar (of IE 5.5) is not updated. Is this something specific to IE? I would like the address bar to have the correct address instead of the old page. Any suggestions? - Daniel -- PHP General Mailing List (http

Re: [PHP] PHP Web Applications

2007-06-27 Thread Daniel
It does?! I got it for something around $100 if I remember right. I don't remember you specifying that it had to be free either. On Jun 27, 2007, at 11:10 AM, Tijnema wrote: On 6/27/07, Dan [EMAIL PROTECTED] wrote: Check out Delphi for PHP by Borland, this does pretty much what you're

Re: [PHP] Limitation of redirecting using header()?

2001-04-10 Thread Daniel
er the header() call mattered. What I didn't realize was that even though the header was set up to redirect to a new page, the rest of the code in the page was still executing! I put an exit() statement after the header() call to prevent this. Daniel "Mark Maggelet" [EMAIL PROTECTED] wro

Re: [PHP] dynamic checkboxes

2001-04-10 Thread Daniel
What you need to do is to have a function in the form processing page that iterates through $HTTP_POST_VARS and saves the name and value of each item in the form. You will want to exclude your submit button and if there are other form items you don't want to save, you might want to name them

[PHP] Netscape Enterprise Server + PHP ?= possible

2001-04-24 Thread Daniel
Hi! I'm going to use PHP with Netscape Enterprise Server 3.5.1 (HP-UX). Is it possible and what should I do? As I understood from the documentation JSP is only one way. Do not want to believe in it. :-) Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] For HomeSite users...

2005-01-20 Thread daniel
.org don't work but www.phpeclipse.de does. Sorry yeh , anyway it took me a while to change, but with all the added plugins i now have a cooolIDE which does cvs, debugging, xml, html, xsl testing, db schema, db modeller, uml, java, tomcat,team syncing, the list goes on. One thing i cant

[PHP] Best way to execute actions within a class

2005-01-28 Thread daniel
I have been building a lightweight PHP4 based, hopefully PHP5 OO structure where each page or php file contains its own class which is then executed using the constructor like so new SomeProject_SomeSubProject(); within the subclasses contructor I then call a method called start which is in a

Re: [PHP] PHP5 Class problem

2005-01-28 Thread daniel
1. you are calling the method on a object (i.e. not as a static call like SessionHandler::getOrgSession()) 2. the function (method) you are calling is _NOT_ defined as static. in your case you have defined all your methods as static so the engine will not make $this available even if

[PHP] PHP5 stable enough for webapps ?

2005-01-28 Thread daniel
I am in the midst of getting work to implement PHP5 onto a new server for a web based app I am doing using PEAR's DB_DataObject plus some other fancy OO. To give them the piece of mind I would like to know if its stable enough to run for an intranet based app running on Federo Linux. The

[PHP] PHP5 Cli bug ?

2005-01-30 Thread daniel
I have experienced an odd bug where i have been forced to recompile my php. The cli is crappingout , firstly the include paths cant be found now this dyld: php Undefined symbols: _OnUpdateLong _OnUpdateString _compiler_globals _executor_globals _sapi_globals _sapi_module _zend_error_cb

[PHP] PHP5 Cli bug ?

2005-01-30 Thread daniel
I'll try this again. I have experienced an odd bug where i have been forced to recompile my php. The cli is crappingout , firstly the include paths cant be found now this dyld: php Undefined symbols: _OnUpdateLong _OnUpdateString _compiler_globals _executor_globals _sapi_globals _sapi_module

Re: [PHP] PHP5 Cli bug ?

2005-01-30 Thread daniel
Perhaps some kind of auto-update system software is REPLACING your PHP CLI with a new version... Wiping out your good one with a bad one... I guess it's also possible that you are experiencing something triggered by different users/path settings in your environment. Try opening up a

Re: [PHP] PHP5 Cli bug ?

2005-01-30 Thread daniel
Perhaps some kind of auto-update system software is REPLACING your PHP CLI with a new version... Wiping out your good one with a bad one... I guess it's also possible that you are experiencing something triggered by different users/path settings in your environment. Try opening up a

Re: [PHP] about watermark

2005-02-05 Thread daniel
i am pretty sure GD can watermark ? Does anyone can recommend some app about watermark(open source)? Coz I want to use it in our production, so I must use sth which is certified very safely and fast. Thx. Best regards, Yang Shiqi -- PHP General Mailing List

Re: [PHP] Storing CCN's Again...

2005-02-07 Thread daniel
No the most secure way, but I had a client who was determined not to use paypal and store cc'sand do them offline. I am using SSL + Mysql encode to do this. Ie encode(cc_number,md5('secret')) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ability to use extract to $this vars in a class

2005-02-08 Thread daniel
is there any way to use extract , to extract the keys from an array to $this vars for within a class ? Let me know. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Storing CCN's Again...

2005-02-09 Thread daniel
Amazon store Credit Card Number in their databases. Are we saying that someone could hack into their database server and steal the numbers? Or have Amazon gone far enough to protect their data? -- I supose they use a similar tactic as i have, and have a two way encryption method. -- PHP

Re: [PHP] Student Suspended Over PHP use.

2005-02-09 Thread daniel
PHP is bad Mkay. I just ran across this interesting article from awhile back. Pretty funny http://bbspot.com/News/2000/6/php_suspend.html http://bbspot.com/News/2000/6/php_suspend.html Topeka, KS - High school sophomore Brett Tyson was suspended today after teachers learned he may be

Re: [PHP] PHP Development IDE's/Editors

2005-02-09 Thread daniel
Personally I use either emacs or kate. Bah , phpeclipse.de It has its odd issues with file syncing with the sftp exporter and modification times but its rare. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Error in host server data stream

2002-12-05 Thread Daniel
my php code is working on one machine and not on another. I am now getting the error Warning: SQL error: [unixODBC][IBM][iSeries Access ODBC Driver]Error in host server data stream., SQL state S1000 in SQLExecDirect working machine: unixodbc 2.2.2-2 php-odbc4.1.2-7.2.4 non working:

[PHP] HELP with ODBC Connection

2002-12-06 Thread Daniel
Please help. I have a basic scipt: $connection_id=odbc_connect($DSN,$user,$pass); $sql=select * from whatever; $stmt=odbc_prepare($connection_id,$sql); $result=odbc_execute($connection_id,$stmt); this script used to work on RH-7.3 with php-4.1.2 the script will not work anymore when i installed

RE: [PHP] php5 cvs

2003-01-12 Thread daniel
right ok , but obviously it wouldnt have an effect anyway prior to php5 thanks anyway. = Original Message From Sean Malloy [EMAIL PROTECTED] = No the documentaton you are talking about, was that prior to ZE2 people were using underscores to denote private functions/variables. With ZE2,

[PHP] radio button arrays and php3

2003-07-22 Thread daniel
hi there i dont know if this happens in php4 but say i have a list of radio buttons in an array like input type=radio name=secondary_banner[] input type=radio name=secondary_banner[] it only returns the one selected into the array, so instead of having 2 keys i only get the one , the empty one

Re: [PHP] radio button arrays and php3

2003-07-22 Thread daniel
umm yes i had to use select menus instead * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): hi there i dont know if this happens in php4 but say i have a list of radio buttons in an array like input type=radio name=secondary_banner[] input type=radio name=secondary_banner[] it only

[PHP] splitting content into pages

2003-07-30 Thread daniel
hi there , i have an issue trying to split content into pages , we have a popup with content and a background image with a set height , when there is more content the background repeats , theoretically i'd want to split the content into pages after a given length or line length or where it meets

RE: [PHP] splitting content into pages

2003-07-30 Thread daniel
ok let me explain , its straight up text content from the database , say its scrolls for ages , i need to split it into pages , so i get the length of the string up to the last paragraph which fits i need to split it there any idea ? [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] on Wednesday,

RE: [PHP] splitting content into pages

2003-07-30 Thread daniel
maybe somehow with a substr function that gets the position of the last paragraph ?? ok let me explain , its straight up text content from the database , say its scrolls for ages , i need to split it into pages , so i get the length of the string up to the last paragraph which fits i need to

Re: [PHP] splitting content into pages

2003-07-30 Thread daniel
this isnt a client side issue it'll defeat the purpose if i dont repeat the background image and then let the text flow over it , its supposed to look like a notepage for a blogger Is there a reason this can't be solved with a CSS background-repeat: repeat-y; ? Or is download time of individual

RE: [PHP] splitting content into pages

2003-07-30 Thread daniel
ok i have an idea , i have a solution which may work i dont know just yet , ok say the strlen of the entire content is 1675 , the strlen of the content up to the last paragraph is 1300 , how can i substr this to get the next block of text from 1300 and also increment if there is more pages ??

Re: [PHP] splitting content into pages

2003-07-30 Thread daniel
your example doesnt work , and the whole purpose of this is because the background image wraps if there is too much text , i'm also trying to figure out of leaving it this way and add a few page breaks at the certain length so the text doesnt go over the dark edge as u cant see it any ideas ?

[PHP] splitting content from database into pages again

2003-07-31 Thread daniel
hi guys regarding my question yesterday here is exactly what i want to do http://www.evilwalrus.com/articles.php?aid=42 this is obvioiusly splitting the content up when pull from the database here is an example but is uses text files http://www.evilwalrus.com/viewcode.php?codeEx=522 is there

Re: [PHP] splitting content from database into pages again

2003-07-31 Thread daniel
ok this seemed to work using the text paging example replace the file line with this $afile = explode(\r\n, $string); hi guys regarding my question yesterday here is exactly what i want to do http://www.evilwalrus.com/articles.php?aid=42 this is obvioiusly splitting the content up when pull

Re: [PHP] splitting content from database into pages again

2003-07-31 Thread daniel
function page_content($content,$limit = 10,$page) { $limit=20; $afile = explode(\r\n, $content); $maxline = count($afile); // count existing lines $max = $maxline - 1; $page ? $page = $page : $page = 1; $s=$page+$limit; for

[PHP] splitting content into pages

2003-08-03 Thread daniel
thanks to the poster on the substr page i made a modification to it so it now splits the content into pages lemme know anyone if this is useful usage: page_content($content,15,$_GET['page']); function page_content($content,$limit,$page) { $array = explode(\r\n, $content);

Re: [PHP] PHP Fusebox

2003-08-05 Thread daniel
i have used this before , its a wierd system and you have to echo the html absolutely painful I am trying to standardize my development process and have been looking at the different frameworks out there. One of the philosophies I like is that of Fusebox, although originally developed for

Re: [PHP] PHP Fusebox

2003-08-05 Thread daniel
really tedious logic Hello, You could also take a look at Krysalis Foundation - http://www.interakt.ro/products/Krysalis/ It implements the MVC approach by defining a sitemap with the request serving rules, and by separating the model from the view using XML trees as the

Re: [PHP] Display Records in Multiple Pages help please !

2003-08-07 Thread daniel
100k = 100k records = 200 meg hehe a sample from my db class, i had to store the total in a session as calling the total on every page on a large database was painful doing count(*) or even SQL_CALC_FOUND_ROWS, on a small database u just cant tell but on a database of 100k + it was painful to

Re: [PHP] preventing output dump of passthru()

2003-08-08 Thread daniel
the whole idea of passthru is to output the stdout i'd use exec and the stdout is stored as an array Hello, Trying to prevent the output dumping of passthru() and instead store the output in a variable. I read an article that suggested this: ob_start(); passthru(command); $output =

[PHP] [Fwd: [ERR] Re: [PHP] Configuring PHP to use aspell]

2003-08-09 Thread daniel
how do we get this guy off the list Original Message Subject: [ERR] Re: [PHP] Configuring PHP to use aspell From: [EMAIL PROTECTED] Date: Sun, August 10, 2003 11:17 am To: [EMAIL PROTECTED] Transmit Report: To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED])

[PHP] hanmir.com

2003-08-09 Thread daniel
http://www.hanmir.com/ anyone know korean , we need to speak to the administrator of the server to turn this bloody annoying message off , i've never seen anything like this before how rude to send auto messages back -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Configuring PHP to use aspell

2003-08-10 Thread daniel
talking of aspell how could i intergrate this into a search engine, so i could correct typos in a search ? I have the following set up... RH Linux version 7.3 PHP 4.3.2 Aspell installed on the server I have NEVER configured PHP and am looking for some assistance in configuring PHP to use

Re: [PHP] PHP Fusebox

2003-08-10 Thread daniel
ok i have a standard of executing things i use a switch case to switch $_GET ['action'] , so i can have ?action=add_entry ?action=edit ?action=insert ? action=update ?action=delete etc .. this works well for a cms system Hi Ralph! I suggest MVC. http://phrame.sourceforge.net/

Re: [PHP] Stop neurotic posting

2003-08-12 Thread daniel
Calling someone a twat is not going to persuade anybody to change how you think a proper reply should be. If I dont understand someone's question, should I not let them know that if that make themselves a little clearer a better answer may be given instead of 12 people shooting in the dark

[PHP] dbx

2003-08-12 Thread daniel
hi there , i am interested to know more about dbx, especially the error handling $link = dbx_connect(DBX_MYSQL, localhost, db, username, password) or die (Could not connect); is there such an error feature where it can die to the screen with a custom error message instead of doing the

[PHP] project management php system

2003-08-14 Thread daniel
Hi guys ok i am doing it now, but i'm not asking for you to code something for me, i'm looking for a classy project management system possibly in an open source format in PHP and Mysql. I was wondering who has implemented such a system they could recommend, i am investigation to look into

Re: [PHP] Stop neurotic posting

2003-08-14 Thread daniel
obviously our asp windoze counterparts look over us as inferior, but i dont see it that way, but how about java , looking into the future how inferior or superior comparing php and java ? I tend to think that PHP will take over the world Just my $0.02. Robert Cummings wrote: Hitler

Re: [PHP] Old version of PHP

2003-08-14 Thread daniel
actually u can explicitly turn on registered globals with a setting in a .htaccess file -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] find string

2003-08-14 Thread daniel
what exactly is action ? i usually use a action setup like follows ?action=update switch ($_GET['action']) { case 'update': //do stuff here break; case 'insert': //do stuff here break; } very clean Here's the problem I have: I have $action which can be anyone of a1,

Re: [PHP] Screen Resoultion

2003-08-14 Thread daniel
lol jscript dude , dont get the boyz and girlz started , it would be nice if php could do client stuff like asp Hello, Can anyone pls tell me is it possible to get the screen resoultion using php script ?? Regards, Uma -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: Pls Help-Looking for PHP Product for Articles

2003-08-14 Thread daniel
select the article then get the comments joined to that article id ?? Thanks Alexandru, I've been reading about KompleteLite, but it looks like you have to install the Kyrsalis Enterprise server before being able to use KompleteLite, and I don't think I'll be able to get that through our IT

Re: [PHP] Screen Resoultion

2003-08-14 Thread daniel
oh right sure thats easy done , i assumed u meant the variable itself document.formname.fieldname.value=somevar; Use JS to set the value of a hidden form-field and then have it immediately submit the form and it can be passed to php. Not impossible. Greg -- phpDocumentor

Re: [PHP] Imagick

2003-08-14 Thread daniel
yeh i have found even if you give the path the jpeg-v6 it wont configure it the first time round takes about 5 goes ! * Thus wrote Jacob Marble ([EMAIL PROTECTED]): Excuse me, I accidentally sent that last incomplete message. I have successfully compiled PHP 4.3.3RC3 with the --with-imagick

Re: [PHP] Object method overloading

2003-08-14 Thread daniel
What is the point of overloading an object again? Hello, I realize this stuff isn't set in stone yet, but might I eventually expect the following to make two assignments rather than one? ?php class overload_test { function __set($name, $value) { echo __set($name, $value)\n;

Re: [PHP] Display Records in Multiple Pages help please !

2003-08-14 Thread daniel
a sample from my db class, i had to store the total in a session as calling the total on every page on a large database was painful doing count(*) or even SQL_CALC_FOUND_ROWS, on a small database u just cant tell but on a database of 100k + it was painful to load each page ;) function

Re: [PHP] Stop neurotic posting

2003-08-14 Thread daniel
what a silly elitist view you have perhaps there should be two lists (novice and advanced), and the advanced listed shouldn't answer questions if it's considered trivial enough for the novice list to answer. Curt Zirzow wrote: * Thus wrote andu ([EMAIL PROTECTED]): This is a very busy

Re: [PHP] Screen Resoultion

2003-08-14 Thread daniel
umm sorry i wouldnt know i've never sold my soul to the devil [EMAIL PROTECTED] wrote: oh right sure thats easy done , i assumed u meant the variable itself document.formname.fieldname.value=somevar; Well, ASP can't do any more in that area than PHP can, nor should it be able to. -- The

Re: [PHP] what's going on with the hanmir.com guy?

2003-08-14 Thread daniel
sorry i just made the notice too i hope it works On Tue, Aug 12, 2003 at 03:58:19PM -0700, Chris W. Parker wrote: I'm surprised the email address hasn't been taken off the list yet. [EMAIL PROTECTED] you are my arch-nemesis!! [EMAIL PROTECTED] is the place to kvetch about users like this.

Re: [PHP] what's going on with the hanmir.com guy?

2003-08-14 Thread daniel
i didnt undertstand a word you said , is he off the list yet On Tue, Aug 12, 2003 at 03:58:19PM -0700, Chris W. Parker wrote: I'm surprised the email address hasn't been taken off the list yet. [EMAIL PROTECTED] you are my arch-nemesis!! [EMAIL PROTECTED] is the place to kvetch about users

RE: [PHP] Screen Resoultion

2003-08-14 Thread daniel
how is it possible to send a jscript variable to php thats impossible You can do so with JavaScript and have that pass the information onto your PHP scripts to do whatever it is that you want. -M -Original Message- From: Uma Shankari T. [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: [PHP] mail with no sendmail on linux

2003-08-14 Thread daniel
i have a class that can sewnd through smtp , but i think there i a package setup in php classes there is also a pear class to do this Is there a workaround for not having sendmail installed on my linux machine and using instead my isp's mail server. I am practically behind 2 firewalls so I

Re: [PHP] Stop neurotic posting

2003-08-14 Thread daniel
This is a very busy list, over 100 message in a quiet day and most people are helpful and decent, don't mind reading and learning. Unfortunately there are some who mostly post stuff like 'read the manual' and other shit like that. Stuffing e-mailboxes with such garbage day after day

[PHP] Fatal error: [] operator not supported for strings

2003-08-18 Thread Daniel
hi, how do i solve this error? Fatal error: [] operator not supported for strings in /var/www/html/p.../magazin/cos.php on line 13 line 13 is this line: $_SESSION[id_produs][]=$_POST[id_produs]; no error when i run in local host , when i upload in server (with PHP 4.2.2) only got this error.

Re: [PHP] Fatal error: [] operator not supported for strings

2003-08-19 Thread Daniel
I checked ant that is not the cause of this problem. Any other sugesstion? John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Daniel wrote: hi, how do i solve this error? Fatal error: [] operator not supported for strings in /var/www/html/p.../magazin/cos.php

Re: [PHP] is the list getting virus spammed?

2003-08-19 Thread daniel
how are they ever getting through ? the funniest of all is the windows update spam virus shit, obviously targetting the ladite and the weak. Steelhead wrote: yup, I got 5 instances. I am being slammed by viral messages today, 7 from another client. 27 so far have been quarantined on my

Re: [PHP] Your details

2003-08-19 Thread daniel
i got it 10 times today [EMAIL PROTECTED] wrote: Please see the attached file for details. Did anyone's AV pick up a virus in this email? It went right through mine but obviously doesn't belong on this list. I just got the latest definitions from Norton, too... -- ---John Holmes...

[PHP] virus on the list

2003-08-21 Thread daniel
what is happening why am i keep getting these from php ppl ? i have recieved them from rasmus and anyone with a php.net domain aswell as from ppl on the list is there a virus on the list server? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] OT-Re: worm on th list

2003-08-22 Thread daniel
aparantly it was designed to slow the web down, and its proved that, but also aparantly it infects by not even opening an attatchment but it could possibly have vb script within a html email :\ On Wed, Aug 20, 2003 at 11:11:43AM -0400, andu wrote: Is this worm/virus windows specific? It

Re: [PHP] OT-Re: worm on th list

2003-08-22 Thread daniel
yes my spamassasin does this it adds spam like {spam?} and viruses {virus?} how can i filter that though in outlook like the damn thing only filters emails. Get your mail sysadmins to install spamassassin, which I believe is OpenSourced PHP, and the filter your {SPAM} directly into the

[PHP] Crystal Reports and PHP

2003-08-29 Thread daniel
Has anybody managed to intergrate Crystal Reports to work with unix and php ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parent classes

2003-09-01 Thread daniel
I think i know what you mean, when you are using a sub class and you want to use functions of a base class i find i have to do this to make it work in the sub class constructor parent::HTTP_Register; I want to iterate through parents of some class. The function get_parent_class is not enough

[PHP] loading classes and efficiency

2003-09-10 Thread daniel
Hi there i was wondering is it more efficient to load class files and objects when needed per page or is it ok to include them in my main include file ? I dont this for specialised classes for a few pages but other globally used classes i include in a main include file. Let me know thanks. --

Re: [PHP] loading classes and efficiency

2003-09-10 Thread daniel
$foo_object = CreateObject('FooObject'); :D How would it look you reckon ? function CreateObject($class) { include('$class..php'); return new $class; } ?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] loading classes and efficiency

2003-09-10 Thread daniel
woah function create_object($class_path,$class_name) { include(.$class_path./.$class_name..php); return new $class_name; } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] loading classes and efficiency

2003-09-10 Thread daniel
i'mn about to learn some java, maybe swt in the eclipse environment, it would be nice if php could have the classes or the path precompiled in, so all you need to do is load the object ? woah function create_object($class_path,$class_name) { include(.$class_path./.$class_name..php);

Re: [PHP] loading classes and efficiency

2003-09-10 Thread daniel
function create_object() { [..] } $some_object = create_object('some_object'); This is really funny i've been doing php for a good while now but what is the reason to use the symbol on the function ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] referer on javascript location.href

2003-09-10 Thread daniel
hi there, i have a delete button which uses a javascript location.href to switch to a delete action in the same script as the form action handles something different, if i switch to that page the referer gets lost in the mix so i cant tell how to redirect back to that page on error. if someone

Re: [PHP] referer on javascript location.href

2003-09-10 Thread daniel
please excuse me, there is tonnes on google :\ hi there, i have a delete button which uses a javascript location.href to switch to a delete action in the same script as the form action handles something different, if i switch to that page the referer gets lost in the mix so i cant tell how to

[PHP] mysql_errror bug on innodb table

2003-09-10 Thread daniel
hi there i have noticed a bug where mysql_error is not returned on a transaction, why is this ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   4   5   6   7   8   9   10   >