Re: [PHP] php html integration

2009-05-15 Thread Robert Cummings
On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: tedd wrote: h1 ?php echo(Hello World); ? /h1 and Hello World will be show as a H1 headline. Please note, the () seen in my use of echo is not necessary -- it's just another one of those things that I do that no

Re: [PHP] php html integration

2009-05-15 Thread Robert Cummings
On Fri, 2009-05-15 at 05:42 -0400, Robert Cummings wrote: On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: tedd wrote: h1 ?php echo(Hello World); ? /h1 and Hello World will be show as a H1 headline. Please note, the () seen in my use of echo is not

Re: [PHP] php html integration

2009-05-15 Thread tedd
At 8:41 AM -0400 5/15/09, Robert Cummings wrote: On Fri, 2009-05-15 at 05:42 -0400, Robert Cummings wrote: On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: tedd wrote: h1 ?php echo(Hello World); ? /h1 and Hello World will be show as a H1 headline. Please

Re: [PHP] php html integration

2009-05-15 Thread Bastien Koert
On Fri, May 15, 2009 at 9:38 AM, tedd tedd.sperl...@gmail.com wrote: At 8:41 AM -0400 5/15/09, Robert Cummings wrote: On Fri, 2009-05-15 at 05:42 -0400, Robert Cummings wrote: On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: tedd wrote: h1 ?php echo(Hello

Re: [PHP] php html integration

2009-05-14 Thread tedd
At 2:35 PM -0400 5/14/09, PJ wrote: I'm a bit fuzzy on the relationship between the ? ? and the HTML code. Where should the php code be placed in a page so that execution is carried out smoothly? So far, my coding has managed to avoid horrendous snags; but as I delve deeper into the quagmire of

Re: [PHP] php html integration

2009-05-14 Thread Paul M Foster
On Thu, May 14, 2009 at 04:19:57PM -0400, tedd wrote: snip Please note, the () seen in my use of echo is not necessary -- it's just another one of those things that I do that no one else does. Ohmygosh! I didn't realize Tedd was one of those using parentheses with an echo command guys. I'm

Re: [PHP] php html integration

2009-05-14 Thread Michael A. Peters
tedd wrote: h1 ?php echo(Hello World); ? /h1 and Hello World will be show as a H1 headline. Please note, the () seen in my use of echo is not necessary -- it's just another one of those things that I do that no one else does. It's not wrong, but it serves no purpose other than it looks

Re: [PHP] php +html mail

2007-03-17 Thread Tijnema !
On 3/17/07, Wasantha De Silva [EMAIL PROTECTED] wrote: Dear all, I want get a help from you for some php codes. How can I get it. Regards wasantha Maybe you can make yourself a little bit more clear? What code do you have atm, what do you want us to help with? Tijnema -- PHP General

Re: [PHP] php +html mail

2007-03-17 Thread Martin Marques
On Sat, 17 Mar 2007, Wasantha De Silva wrote: Dear all, I want get a help from you for some php codes. Use google. There is plenty of code out there. -- 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0.18 - Lic.

Re: [PHP] php-html rendering

2006-06-14 Thread Jochem Maas
Richard Lynch wrote: On Mon, June 12, 2006 4:49 pm, Jochem Maas wrote: Ryan A wrote: Thanks for the suggestion, I am not too familier with wget but (correct me if i am wrong) wont wget just get the output from the pages ignoreing the links? that's the default behaviour - but wget has about a

Re: [PHP] php-html rendering

2006-06-13 Thread Ryan A
--- Larry Garfield [EMAIL PROTECTED] wrote: clip 1 that said it could take a week to figure out all the parameters. ;-) /clip 1 ... /clip 2 That's why I included the switches I did. :-) I had to do something very similar just last week. ... -m means mirror. That is,

Re: [PHP] php-html rendering

2006-06-13 Thread Larry Garfield
On Tuesday 13 June 2006 07:22, Ryan A wrote: Hey, Thanks for the explanation of the switches. One part that I dont really understand is: blah?foo=bar links into [EMAIL PROTECTED] having a link such as [EMAIL PROTECTED] is not going to work to link to the second document...right? (I

Re: [PHP] php-html rendering

2006-06-13 Thread Richard Lynch
On Mon, June 12, 2006 4:49 pm, Jochem Maas wrote: Ryan A wrote: Thanks for the suggestion, I am not too familier with wget but (correct me if i am wrong) wont wget just get the output from the pages ignoreing the links? that's the default behaviour - but wget has about a zillion parameters

Re: [PHP] php-html rendering

2006-06-13 Thread Ryan A
Hey Larry, Thanks again, now i have around 3 different ways of doing this... can assure the client that all will be well, all depends now if the project is confirmed and given to us. But the info you gave me will serve me even if this project does not go through or i dont use wget for this

Re: [PHP] php-html rendering

2006-06-13 Thread Larry Garfield
On Tuesday 13 June 2006 17:57, Ryan A wrote: Hey Larry, Thanks again, now i have around 3 different ways of doing this... can assure the client that all will be well, all depends now if the project is confirmed and given to us. But the info you gave me will serve me even if this project

Re: [PHP] php-html rendering

2006-06-12 Thread Dave Goodchild
On 12/06/06, Ryan A [EMAIL PROTECTED] wrote: Hey all, heres the short explanation of what I am supposed to do, I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given out. The good news is that the whole site has not yet been built so i can

Re: [PHP] php-html rendering

2006-06-12 Thread Stut
Ryan A wrote: heres the short explanation of what I am supposed to do, I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given out. The good news is that the whole site has not yet been built so i can start from the ground up. I have a few

Re: [PHP] php-html rendering

2006-06-12 Thread Ryan A
Hey all, heres the short explanation of what I am supposed to do, I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given out. The good news is that the whole site has not yet been built so i can start from the ground

RE: [PHP] php-html rendering

2006-06-12 Thread Brady Mitchell
-Original Message- I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given out. Does any class program exist that can help me do this? Save yourself a lot of work and use HTTrack. http://www.httrack.com/ Brady -- PHP General

RE: [PHP] php-html rendering

2006-06-12 Thread Ryan A
--- Brady Mitchell [EMAIL PROTECTED] wrote: -Original Message- I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given out. Does any class program exist that can help me do this? Save yourself a lot of work and use

RE: [PHP] php-html rendering

2006-06-12 Thread Brady Mitchell
-Original Message- Save yourself a lot of work and use HTTrack. http://www.httrack.com/ Very very interesting, thank you! If you have tried this and have downloaded dynamic pages/sites (eg: PHP pages) please tell me if you had any link problems from one page to another.

Re: [PHP] php-html rendering

2006-06-12 Thread Larry Garfield
wget -m -k http://www.yoursite.com/ Cheers. :-) -- Larry Garfield On Mon, June 12, 2006 10:54 am, Ryan A said: Hey all, heres the short explanation of what I am supposed to do, I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given

Re: [PHP] php-html rendering

2006-06-12 Thread Ryan A
Hi, Thanks for the suggestion, I am not too familier with wget but (correct me if i am wrong) wont wget just get the output from the pages ignoreing the links? Thanks! Ryan --- Larry Garfield [EMAIL PROTECTED] wrote: wget -m -k http://www.yoursite.com/ Cheers. :-) -- Larry Garfield

RE: [PHP] php-html rendering

2006-06-12 Thread Ryan A
Quick question; If the site is updated with new pages/links is there anyway of specifying to HTTrack to get just the new pages or does it get the whole site again? Reason I ask is they are going to have a s**tload of pages...maybe 4k or pages Thanks! Ryan -- - The faulty interface lies

Re: [PHP] php-html rendering

2006-06-12 Thread Satyam
- Original Message - From: Ryan A [EMAIL PROTECTED] To: Brady Mitchell [EMAIL PROTECTED]; php php php-general@lists.php.net Sent: Monday, June 12, 2006 8:09 PM Subject: RE: [PHP] php-html rendering Quick question; If the site is updated with new pages/links is there anyway of specifying

Re: [PHP] php-html rendering

2006-06-12 Thread Ryan A
, it would be the very real thing. Satyam - Original Message - From: Ryan A [EMAIL PROTECTED] To: Brady Mitchell [EMAIL PROTECTED]; php php php-general@lists.php.net Sent: Monday, June 12, 2006 8:09 PM Subject: RE: [PHP] php-html rendering Quick question; If the site

Re: [PHP] php-html rendering

2006-06-12 Thread Richard Lynch
You have just described what wget does... On Mon, June 12, 2006 10:54 am, Ryan A wrote: Hey all, heres the short explanation of what I am supposed to do, I need to render/convert the entire site to normal html pages so that it can be loaded onto a cd and given out. The good news is

Re: [PHP] php-html rendering

2006-06-12 Thread Ryan A
You have just described what wget does... Oookayyy, and thats the cue for Ryan old boy to start reading up on wget :-) never used wget before... Will google for it, in the meantime if anybody wants to send me links (even RTFMs) would appreciate it. Thanks! Ryan On Mon, June 12,

Re: [PHP] php-html rendering

2006-06-12 Thread Jochem Maas
Ryan A wrote: Hi, Thanks for the suggestion, I am not too familier with wget but (correct me if i am wrong) wont wget just get the output from the pages ignoreing the links? that's the default behaviour - but wget has about a zillion parameters for controlling its behaviour, it's quite easy

Re: [PHP] php-html rendering

2006-06-12 Thread Ryan A
--- Jochem Maas [EMAIL PROTECTED] wrote: Ryan A wrote: Hi, Thanks for the suggestion, I am not too familier with wget but (correct me if i am wrong) wont wget just get the output from the pages ignoreing the links? that's the default behaviour - but wget has about a zillion

Re: [PHP] php-html rendering

2006-06-12 Thread Larry Garfield
On Monday 12 June 2006 17:08, Ryan A wrote: that said it could take a week to figure out all the parameters. ;-) Heck yeah... just been reading up on it... lots of stuff, who would think one little four letter word could do so much.oops, now thinking of another four letter word

RE: [PHP] php-html rendering

2006-06-12 Thread Brady Mitchell
-Original Message- Quick question; If the site is updated with new pages/links is there anyway of specifying to HTTrack to get just the new pages or does it get the whole site again? Yes, there is an option to just update the downloaded site. I've never actually used that option

Re: [PHP] php + html (frame)

2004-12-24 Thread John Nichel
[EMAIL PROTECTED] wrote: Dear All, I just created a webpage with frame structure: top.php ( name of frame is t ) + buttom.php ( name of frame is b ) + right.php ( name of frame is r ) Now, I want to make a hypher link with top.php, and when user mouse click the link under top.php, then there will

Re: [PHP] php + html (frame)

2004-12-24 Thread Greg Donald
On Fri, 24 Dec 2004 21:35:01 +0800, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just created a webpage with frame structure: top.php ( name of frame is t ) + buttom.php ( name of frame is b ) + right.php ( name of frame is r ) Now, I want to make a hypher link with top.php, and when user

Re: [PHP] php + html (frame)

2004-12-24 Thread edwardspl
John Nichel wrote: [EMAIL PROTECTED] wrote: Dear All, I just created a webpage with frame structure: top.php ( name of frame is t ) + buttom.php ( name of frame is b ) + right.php ( name of frame is r ) Now, I want to make a hypher link with top.php, and when user mouse click the

Re: [PHP] php + html (frame)

2004-12-24 Thread John Nichel
[EMAIL PROTECTED] wrote: John Nichel wrote: [EMAIL PROTECTED] wrote: Dear All, I just created a webpage with frame structure: top.php ( name of frame is t ) + buttom.php ( name of frame is b ) + right.php ( name of frame is r ) Now, I want to make a hypher link with top.php, and when user mouse

Re: [PHP] php + html (frame)

2004-12-24 Thread Matthew Sims
John Nichel wrote: [EMAIL PROTECTED] wrote: Dear All, I just created a webpage with frame structure: top.php ( name of frame is t ) + buttom.php ( name of frame is b ) + right.php ( name of frame is r ) Now, I want to make a hypher link with top.php, and when user mouse click

RE: [PHP] php/html displaying query

2004-11-18 Thread Jay Blanchard
[snip] However when I want to display this field in HTML I have a problem that its all bunched into 1 paragraph, obviously because there are no p or br tags telling the browser there is a space in between, 1 way to get this to work is to to insert p or br statements in the paragraph but when the

RE: [PHP] php/html displaying query

2004-11-18 Thread Andrew Cherry
You'll need to looking at converting newline characters to br / tags on display, etc. Or p if you want to be a bit more semantic about it. A regex on the value to replace should work a treat. Google or php.net for the specifics of the regex use and form. Andrew -Original Message- From:

RE: [PHP] php/html displaying query

2004-11-18 Thread Angelo Zanetti
thanks Jay, exactly what I needed and it works like a charm! Angelo Jay Blanchard [EMAIL PROTECTED] 11/18/2004 4:46:36 PM [snip] However when I want to display this field in HTML I have a problem that its all bunched into 1 paragraph, obviously because there are no p or br tags telling the

Re: [PHP] PHP HTML text editor issues...

2004-08-18 Thread Jason Davidson
Do you have magic quotes turned on in your php ini file? Jason Tim Traver [EMAIL PROTECTED] wrote: Hi all, ok, I've made my own version of a file manager complete with a text editor, and I'm having troubles figuring out some issues. I present the text to be edited retrieved from a

Re: [PHP] PHP HTML text editor issues...

2004-08-18 Thread Tim Traver
No, magic quotes are turned off... Tim. At 09:44 AM 8/18/2004, Jason Davidson wrote: Do you have magic quotes turned on in your php ini file? Jason Tim Traver [EMAIL PROTECTED] wrote: Hi all, ok, I've made my own version of a file manager complete with a text editor, and I'm having troubles

Re: [PHP] PHP HTML text editor issues...

2004-08-18 Thread Curt Zirzow
* Thus wrote Tim Traver: Hi all, ok, I've made my own version of a file manager complete with a text editor, and I'm having troubles figuring out some issues. ... I've tried to use addslashes and stripslashes to prevent some of the clobbering of the text, but it doesn't seem to be

Re: [PHP] PHP HTML text editor issues...

2004-08-18 Thread Justin Patrin
On Wed, 18 Aug 2004 17:17:26 +, Curt Zirzow [EMAIL PROTECTED] wrote: * Thus wrote Tim Traver: Hi all, ok, I've made my own version of a file manager complete with a text editor, and I'm having troubles figuring out some issues. ... I've tried to use addslashes and stripslashes

Re: [PHP] PHP HTML text editor issues...

2004-08-18 Thread Tim Traver
Darnit if the php.ini file that I was looking at was the wrong one... looks like turning the magic quotes off in the correct php.ini file worked... thanks, Tim. At 10:17 AM 8/18/2004, Curt Zirzow wrote: * Thus wrote Tim Traver: Hi all, ok, I've made my own version of a file manager complete

Re: [PHP] PHP HTML text editor issues...

2004-08-18 Thread Curt Zirzow
* Thus wrote Justin Patrin: On Wed, 18 Aug 2004 17:17:26 +, Curt Zirzow [EMAIL PROTECTED] wrote: * Thus wrote Tim Traver: I just want to get the EXACT text that is in the textarea to be saved to disk... Here is an example of a line that gets clobbered : $value =~

Re: [PHP] PHP, HTML, CSS and a lot of problems

2003-11-17 Thread David T-G
Björn -- ...and then Björn Berg said... % % I have written a short script in PHP that parses an HTML template and % replaces Blocks (looks-like special HTML Tags) with information fetched % from a Mysql database. Sounds neat. % % The problem I have is that the HTML template includes

Re: [PHP] PHP, HTML, CSS and a lot of problems

2003-11-17 Thread Bjrn Berg
David T-G wrote: % through the PHP script. A link relation to a favicon works without problems % and is displayed in the browser URL. % % Does anybody know how to get it running? Not until you show us some code and some before-and-after. We're not mind readers, you know :-) Yes you are

RE: [PHP] PHP/HTML Question

2003-07-17 Thread Jay Blanchard
[snip] I have a quick question about PHP and HTML. I have a page that is supposed to update the status of hosts by pinging each host and displaying the result. I would like to get the page to the point that I can have something (either PHP or JavaScript or the like) ping every 10 seconds or

Re: [PHP] PHP/HTML Question

2003-07-17 Thread Ray Hunter
I have a quick question about PHP and HTML. I have a page that is supposed to update the status of hosts by pinging each host and displaying the result. I would like to get the page to the point that I can have something (either PHP or JavaScript or the like) ping every 10 seconds or

Re: [PHP] PHP/HTML Question

2003-07-17 Thread Nick Couchman
Ray Hunter wrote: I have a quick question about PHP and HTML. I have a page that is supposed to update the status of hosts by pinging each host and displaying the result. I would like to get the page to the point that I can have something (either PHP or JavaScript or the like) ping every 10

Re: [PHP] PHP/HTML Question

2003-07-17 Thread Curt Zirzow
Nick Couchman [EMAIL PROTECTED] wrote: I have a quick question about PHP and HTML. I have a page that is supposed to update the status of hosts by pinging each host and displaying the result. I would like to get the page to the point that I can have something (either PHP or JavaScript or

Re: [PHP] PHP/HTML Question

2003-07-17 Thread John Nichel
Nick Couchman wrote: I have a quick question about PHP and HTML. I have a page that is supposed to update the status of hosts by pinging each host and displaying the result. I would like to get the page to the point that I can have something (either PHP or JavaScript or the like) ping every

Re: [PHP] PHP/HTML table layout?

2003-03-13 Thread Leif K-Brooks
This has absolutley nothing to do with PHP. I believe that it will stay if you set the width with CSS, but no promises. Bev wrote: Is there any simple way to stop the Cells of a Table from Moving, say for a simple table I want the first column to be always fixed at 100 pixels(col A) and the

Re: [PHP] PHP/HTML table layout?

2003-03-13 Thread - Edwin
Hi, Bev [EMAIL PROTECTED] wrote: [snip] I wanted to fixed sized cells and that when I type do not increase/decrease the surronding cells.Can this be done? [/snip] Try having your table with a fixed width as well: Ex. table width=600 then with your columns: td width=100/td td

Re: [PHP] PHP/HTML table layout?

2003-03-13 Thread Chris Hewitt
- Edwin wrote: Hi, Bev [EMAIL PROTECTED] wrote: [snip] I wanted to fixed sized cells and that when I type do not increase/decrease the surronding cells.Can this be done? [/snip] Try having your table with a fixed width as well: The reason why html varies the size of cells is to fit in

Re: [PHP] PHP/HTML table layout?

2003-03-13 Thread - Edwin
Chris Hewitt [EMAIL PROTECTED] wrote: [snip] I'd suggest you consider not having fixed width cells. [/snip] Good idea esp. if you can do better without having one. But sometimes, you really just need to have one ;) - E __ Do You Yahoo!?

Re: [PHP] PHP/HTML table layout?

2003-03-13 Thread - Edwin
/body /html - Original Message - From: - Edwin To: Chris Hewitt Cc: Bev ; [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:37 PM Subject: Re: [PHP] PHP/HTML table layout? Chris Hewitt [EMAIL PROTECTED] wrote: [snip] I'd suggest you consider

Re: [PHP] PHP/HTML table layout?

2003-03-13 Thread David Eisenhart
if you don't go for fixed widths, yet you want to ensure that the columns do not go 'below' a certain value a neat trick is to create a row (or use an existing row) and populate it with blank gifs - one in each column and each one the 'minimum' desired width of its respective column.(with a height

Re: [PHP] php+html help

2002-12-30 Thread R'twick Niceorgaw
Print Organisation name : font color=\#FF\ size=\5\.$row[OrgName]./FONTbr\n.; - Original Message - From: Denis L. Menezes [EMAIL PROTECTED] To: PHP general list [EMAIL PROTECTED] Sent: Monday, December 30, 2002 11:10 AM Subject: [PHP] php+html help Hello friends, I have the

Re: [PHP] php+html help

2002-12-30 Thread Marek Kilimajer
still you forgot ;-) Print Organisation name : font color=\#FF\ size=\5\.$row[OrgName]./FONTbr\n; R'twick Niceorgaw wrote: Print Organisation name : font color=\#FF\ size=\5\.$row[OrgName]./FONTbr\n.; - Original Message - From: Denis L. Menezes [EMAIL PROTECTED] To: PHP

Re: [PHP] php/html debug

2002-11-08 Thread .: B i g D o g :.
I have used nusphere PHPEd and it works okay...but i do not know what you are really trying to do here... On Fri, 2002-11-08 at 16:31, Anna Gyor wrote: Hi, is there any software on the market with I can test my html/php based web portal? I mean for example the data flow between html forms

Re: [PHP] php/html debug

2002-11-08 Thread Maxim Maletsky
PHP does not really have a MS Front Page or MM Dreamweaver tool, but it has Zend IDE and Nusphere apps that can ingrate with your server and make your life much easier while developing. -- Maxim Maletsky [EMAIL PROTECTED] Anna Gyor [EMAIL PROTECTED] wrote... : Hi, is there any software

Re: [PHP] PHP -- HTML

2002-05-09 Thread Matt Williams
On Thursday 09 May 2002 1:23 pm, Dan Hardiker wrote: You could also use some form of spider to go through your website. These are usually aimed at downloading a website to your local machine, or for mass caching. This should have the effect your after with minimum fuss and no rewriting of

Re: [PHP] PHP HTML: newbie question

2002-01-16 Thread Richard Baskett
Send me your example page and I will be able to tell you what you did wrong and what to watch for. :) Thanks! Rick Too much caution is bad for you. By avoiding things you fear, you may let yourself in for unhappy consequences. It is usually wiser to stand up to a scary-seeming experience and

Re: [PHP] PHP HTML: newbie question

2002-01-16 Thread Nick Wilson
* On 16-01-02 at 22:29 * Richard said Hi there I just signed up for an account at Spaceports so I can play with PHP ­ I placed some PHP code in an HTML page and uploaded it to the server. But when I checked it in my browser I got the error message: can¹t parse line 1 Line 1

Re: [PHP] PHP HTML: newbie question

2002-01-16 Thread mike cullerton
hmmm... not sure about the cgi part. you'll probably need to start the file with something like #!/usr/loca/bin/php -q either way, within the file, you also need to tell the php parser what is php and what is html. surround the php code with ?php ? tags like ?php $var = 'Hello World'; ?

Re: [PHP] PHP HTML: newbie question

2002-01-16 Thread Richard Crawford
Just out of curiosity, what is the name of your page? It might be as simple as making sure it has a .php extension on your page. If it has an .html extension it won't work properly. Just a thought; I could be wrong about this. Nick Wilson wrote: * On 16-01-02 at 22:29 * Richard

Re: [PHP] PHP HTML: newbie question

2002-01-16 Thread Erik Price
You mispelled the closing /body tag. On Wednesday, January 16, 2002, at 04:33 PM, Nick Wilson wrote: * On 16-01-02 at 22:29 * Richard said Hi there I just signed up for an account at Spaceports so I can play with PHP ­ I placed some PHP code in an HTML page and uploaded it to

Re: [PHP] php-html

2001-11-24 Thread Jim Lucas
checkout the output control function at php.net http://www.php.net/manual/en/ref.outcontrol.php they allow you to capture the test that would have normally been sent to the browser. take the value of the variable and write it to a file.. :) Jim Lucas - Original Message - From:

Re: [PHP] php - html

2001-04-10 Thread Renze Munnik
ewoong wrote: Hello.. ^^ I am trying to save results for php files. for example.. I create abc.php3 following as.. # abc.php3 ? echo ("hello"); ? If I run abc.php3 , the results is .. hello. So.. How can I this results to save file. # abc.html

Re: [PHP] php - html

2001-04-10 Thread Yasuo Ohgaki
It's not simple with PHP3. (I don't know better way to do this with PHP3. You can make a wrapper function for output functions and store output to files. If you must use PHP3) If you need to do this a lot, upgrade to PHP4. It's easy with PHP4, since PHP4 supports output buffering functions.