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
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
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
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
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
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
> [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
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+
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
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
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
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
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
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
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
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]
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
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
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
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
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'
> 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
..
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?
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
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
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
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
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
>
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]
29 matches
Mail list logo