Re: [PHP] Re: if/elseif/else v. switch

2004-06-05 Thread Rachel Rodriguez
--- Aidan Lister [EMAIL PROTECTED] wrote: This appears to be a really, really stupid question. Is this level of condemnation of a poster necessary? Whether you think Dennis's question was stupid or not, there is no need for such harsh criticism in front of everyone on this list. There are

Re: [PHP] compiling php with mysql ver3 or 4

2004-05-31 Thread Rachel Rodriguez
--- Richard Kurth [EMAIL PROTECTED] wrote: Hello , How can I compile PHP so that it does not mater what version of mysql is installed. If I compile it for mysql 3.X and then upgrade mysql to ver 4 PHP will not install. I get error while loading shared libraries:

Re: [PHP] mySQL table output...

2004-05-23 Thread Rachel Rodriguez
--- Russell P Jones [EMAIL PROTECTED] wrote: I just want to print out a table from mySQL. Thats it. into an html table. Column 1 | Col 2 | Col 3 - Val 1| val 2 | val 3 Val 4| val 5 | val 6 any ideas on how to do this? Sure, this is a fairly common

Re: [PHP] mySQL table output...

2004-05-23 Thread Rachel Rodriguez
a 3rd party product (such as Dreamweaver) to generate your table and simply need to know how to insert your PHP values into it. --- Rachel Rodriguez [EMAIL PROTECTED] wrote: --- Russell P Jones [EMAIL PROTECTED] wrote: I just want to print out a table from mySQL. Thats it. into an html table

Re: [PHP] Changing maximum upload file size

2004-05-23 Thread Rachel Rodriguez
--- Matt Palermo [EMAIL PROTECTED] wrote: Is there a way to change the maximum file upload size in a PHP script? Kind of like the way you can change the error reporting in a script, but I just want to adjust the max file upload size. Does anyone know if this can be done? The PHP manual

Re: [PHP] Changing maximum upload file size

2004-05-23 Thread Rachel Rodriguez
--- Matt Palermo [EMAIL PROTECTED] wrote: Does this allow you to work with larger files than the maximum specified in the php.ini or just smaller ones? Thanks, Matt Palermo http://sweetphp.com The max specified in the php.ini are the largest size you can upload regardless of what you

Re: [PHP] while inside a while or join or...

2004-05-16 Thread Rachel Rodriguez
I would like to select all 'b' from Table_1 WHERE a = '2' and then to select all 'd' from table_2 with 'b' from previous result. Table 2 is the Table with UserNames (d) and Table 1 is the table with 'marked' UserID's (b). If I understand you correctly, its sounds like you want to