;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
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
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']
> : > $
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
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
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
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 (
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
8 matches
Mail list logo