Re: [PHP] Re: how to send entire php webpage content to another page?

2003-11-27 Thread Joffrey Leevy
;re > after, that could > help people maybe suggest some alternate methods to > what you're > currently trying. Are you trying to back up data? > Replicate? Synchronize? > > Bogdan > > Joffrey Leevy wrote: > > > Hi: > > > > Does anyone have inf

[PHP] how to send entire php webpage content to another page?

2003-11-27 Thread Joffrey Leevy
Hi: Does anyone have info on sending the contents of an entire php webpage to another php page on the same server? A little code would be helpful. Thanks __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP General Mailing List

Re: [PHP] $ of variables, php, mysql

2003-11-25 Thread Joffrey Leevy
Hey thanks guys. Problem solved. --- Eugene Lee <[EMAIL PROTECTED]> wrote: > On Tue, Nov 25, 2003 at 11:38:27AM +0100, Marek > Kilimajer wrote: > : Eugene Lee wrote: > : > > : >Try using more variables to make life a little > easier to parse: > : > > : > $colname = $_FORM['form'] > : > $

[PHP] $ of variables, php, mysql

2003-11-24 Thread Joffrey Leevy
Would appreciate in anyone can help me. Let's say I do a query in php, eg. $query = "select shed from structure"; With the mysql_fetch_array function and a loop I could see all the values stored in the column, shed, using the command: echo $shed; Let's say now that I am carrying over a variable

[PHP] when to use \n in forms

2003-11-23 Thread Joffrey Leevy
Hi: Can someone shed some light on this please? To me when doing a form in php using \n or not using \n makes no difference. I still get the form in my browser to work. For instance, \n \n cat\n dog\n rat\n etc. and \n

[PHP] function that appends dollar symbol

2003-11-22 Thread Joffrey Leevy
Hi all: The money_format function does not do it for me. Is there a simple php function which appends the '$' symbol to a string value. Example $money = 30 $money = some_php_function($money) echo $money //should show $30 thanks __ Do you Yahoo!? Free Pop-Up

[PHP] Re: phpmysql(which array function?)

2003-11-08 Thread Joffrey Leevy
Please excuse the previous post. Table unformatted. Hi all: Trying to solve a phpmysql array problem. Let's say I have a table in mysql format Column1 Columnn2 dog brown cat white cat black cat mixed pig black pig brown What kind of (

[PHP] phpmysql(which array function?)

2003-11-08 Thread Joffrey Leevy
Hi all: Trying to solve a phpmysql array problem. Let's say I have a table in mysql format Column1 Column2 dog brown cat white cat black cat mixed pig black pig brown What kind of (query, array function, loop, etc...) should I use to produce an html output like this: 1. c