[PHP] Incrementing counter from an HTML page.

2003-07-04 Thread PHPSpooky
ter or affect a PHP code using HTML.. is there someway I can achieve this? To be able to show the php counter on my HTML page.. ? Thanks, PHPSpooky __ "If God had wanted me otherwise, He would have created me otherwise." - Johann Wolfgang von Goethe

RE: [PHP] Incrementing counter from an HTML page.

2003-07-04 Thread PHPSpooky
Glory! I'm not sure about the compatibility of iFrames.. on various browsers and platforms.. it would perhaps only complicate and be the only drawback in an otherwise very simple structured page.. PHPSpooky __ "If God had wanted me otherwise, He

RE: [PHP] Incrementing counter from an HTML page.

2003-07-04 Thread PHPSpooky
Sounds cool.. Can you send in an example script or something? I've never worked with this before.. PHPSpooky __ "If God had wanted me otherwise, He would have created me otherwise." - Johann Wolfgang von Goethe > -Original Me

[PHP] Formatted text from mySQL DB

2003-08-05 Thread PHPSpooky
wing is an example code of what I use.. "; } ?> If the data stored in 'data' was multiple lines.. I would get one single line from the Database.. not as I had sent it in. Dominor! PHPSpooky -- PHP General Mailing List (http://www.php.net/) To unsubscrib

RE: [PHP] Formatted text from mySQL DB

2003-08-05 Thread PHPSpooky
a waste of time. And some have their own ereg_replace() formulas assisting them. A little bit of testing will have me on my way. Thanks again.. Dominor! PHPSpooky > HTML does not render new lines. Have a look at the source code of your > page > and you'll see that the text is

RE: [PHP] Formatted text from mySQL DB [nl2br]

2003-08-06 Thread PHPSpooky
Astrum! $wow = nl2br($myrow[data]); echo $wow; works excellect for me!! Thanks!! Dominor. . PHPSpooky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Formatted text from mySQL DB

2003-08-07 Thread PHPSpooky
> [snip] > Ah, this question again. Has it been four days already? > [/snip] > > ROFLMFAO! I snorted coffee through my nose!!! :) Eww I do not like coffee in my mouth.. but nostrils! Yuck! PHPSpooky -- PHP General Mailing List (http://www.php.net/) To uns

RE: [PHP] PHP Counter on HTML Page

2003-08-14 Thread PHPSpooky
Astrum! Once in a while.. Sure. Dominor! PHPSpooky > Can you -please- do some of your own legwork once in a while? > > http://www.google.com/search?q=imagemagick+tutorial > http://www.google.com/search?q=gd+

[PHP] PHP Counter on HTML Page

2003-08-14 Thread PHPSpooky
page is an HTML page.. not a php page. Is there any solution to this? Dominor! PHPSpooky ~ "Every man has a right to fulfill his own Will without being afraid that it may interfere with that of others; for if he is in his proper path, it is the fault of

RE: [PHP] PHP Counter on HTML Page

2003-08-14 Thread PHPSpooky
Astrum! I've never used GD or ImageMagick before.. can you guide me to any tutorial, script, reference.. something upon the same that can help me out? Thanks, Dominor! PHPSpooky > Write a PHP script that makes the image for you using GD or Imagemagick, > then just include it lik

[PHP] Basic counter & users online..

2003-06-06 Thread PHPSpooky
y one, and this adding to the Hits. Same way the Users Online script needs to work.. but how do I do this? Does anybody have any other solution how to make this work? PHPSpooky __ "If God had wanted me otherwise, He would have created me otherwise.&quo

[PHP] Need aternate for "exit;"

2003-06-06 Thread PHPSpooky
ter(); exit; } Now this function goes in a place inside a page which has a complete Site interface.. I cant have the page just stop here.. the rest of the Interface needs to display. Removing "exit;" does that.. but also repeats the Directory Structure which is a Global Functi

RE: [PHP] Variables don't pass... *sniff*

2003-05-28 Thread PHPSpooky
Glory! Did you try turning Register_Globals = On in your php.ini ?? PHPSpooky __ "If God had wanted me otherwise, He would have created me otherwise." - Johann Wolfgang von Goethe -Original Message- From: [EMAIL PROTECTED] [mai

RE: [PHP] php editor?

2003-06-16 Thread PHPSpooky
Glory! UltraEdit (www.ultraedit.com) for windows.. my vote goes for it. Not too expensive, and way too bright. Been using it for 3 years without a bit of hesitation. Zend is pretty good too, if you can afford it. And big UP to you Ryan A.!! Totally rock man! Supremacy, PHPSpooky

[PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
rd, time() + 3600); header("Location: directory.php"); exit; } Help needed!! Thanks, PHPSpooky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
e the 'cannot modify headers' problem on the internet server, but not on my computer? Help still needed! PHPSpooky > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 3:20 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP]

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
s? I don't know if I can make changes to the Server Config on my Hosting Companies Server.. PHPSpooky > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 4:50 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] 'Cannot send Head

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
Glory! Ok what you're saying made sense to me.. unfortunately the problem is not going away. I checked out my Directory.php file.. there's a bunch of HTML code that is responsible for the HTML in that page before the PHP begins, and before global.inc.php is included in the file. As I started to

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-27 Thread PHPSpooky
n the directory.php for the page.. so what do I do? PHPSPooky > -Original Message- > From: Marek Kilimajer [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 6:14 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] 'Cannot send Headers

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
Glory! You mean for testing I make a new page and put these two functions? Or do you want me to place these on the top and bottom of my existing global.inc.php page? PHPSpooky And PS : what is "HTH" ? > -Original Message- > From: Jay Blanchard [mailto:[EMAIL PROTECTED

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
Glory! Done this long time back.. moved include("global.inc.php"); to the top. Right after -Original Message- > From: Marek Kilimajer [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 6:57 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] 'Cannot send Headers'

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-27 Thread PHPSpooky
> Headers can't be sent after HTML output, it's as simple > as it sounds. What that means is, if you suddenly decide > you want to send a Location header to redirect the browser, > you can't if you outputted any HTML before the line that > outputs the location, unless ofcourse your using Output > B

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-27 Thread PHPSpooky
.. PHPSpooky > -Original Message- > From: Edward Peloke [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 7:26 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] 'Cannot send Headers' Problem!! MOre.. > > maybe you already did this but can you send your code?

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
Directory.php "; echo ""; echo ""; echo ""; echo ""; echo ": MichaelJacksonSites.Com : The Definitive Directory"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo " MichaelJacksonSites.Com\" border=0>"; echo ""; echo ""; echo ""; echo "http://download.macromedia.com/pub/shockwave/cabs/f

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-27 Thread PHPSpooky
ng! I still get the Headers cannot be modified error.. Is there no solution to this problem? PHPSpooky > -Original Message- > From: Marek Kilimajer [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 7:25 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > S

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread PHPSpooky
there.. done that. To no avail. You couldn't have been more precise Mr. Wong. PHPSpooky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-28 Thread PHPSpooky
echo .. things like that.. nothing has worked so far. Thanks, PHPSpooky > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 28, 2003 11:50 AM > To: PHPSpooky > Cc: 'Marek Kilimajer'; [EMAIL PROTECTED] > Subject: RE

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-28 Thread PHPSpooky
Glory! In the entire php code? Or the part till the include function? Because there is no white space there.. the entire php code is pretty lengthy.. PHPSpooky > -Original Message- > From: electroteque [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 28, 2003 5:09 PM >

RE: [PHP] 'Cannot send Headers' Problem!! AT LAST!!!!

2003-06-28 Thread PHPSpooky
Thank you so much man.. you're a miracle. Thanks, PHPSpooky > -Original Message- > From: Daryl Meese [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 28, 2003 7:08 PM > To: [EMAIL PROTECTED]; 'Rasmus Lerdorf' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] &#x