Current location: Hot Scripts Forums » Programming Languages » PHP » include Javascript in PHP page


include Javascript in PHP page

Reply
  #1 (permalink)  
Old 06-23-06, 08:34 PM
phpnovice phpnovice is offline
Newbie Coder
 
Join Date: Jun 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Wink include Javascript in PHP page

Hi,
my site has the following PHP code:
PHP Code:

if ($s == 0


print 
"<font face=arial size=2>No advertisement has been posted- Be the first to advertise in your town this week.</font>"

this basically says, if no data is present, say the above.

How can I make it so my PHP says, if no ads are present, run this javascript (it's a basic script).

any help would be greatly appreciated.

PS.. Clearly, I'm a PHP novice, so if you need more info, let me know.

Last edited by Christian; 06-23-06 at 09:20 PM.
Reply With Quote
  #2 (permalink)  
Old 06-23-06, 09:08 PM
-[OnTarget]- -[OnTarget]- is offline
Newbie Coder
 
Join Date: Mar 2005
Location: Orlando, Florida
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Here:
PHP Code:

if($s == 0){

?>
<script></script>
<?
}
You can just close out of php tags, insert your javascript as you normally would on an html page, and then reopen PHP and continue on with your logic

Regards
__________________
BlueScripts - Free PHP Scripts
Reply With Quote
  #3 (permalink)  
Old 06-25-06, 09:10 AM
phpnovice phpnovice is offline
Newbie Coder
 
Join Date: Jun 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks a million. worked like a charm. I greatly appreciate your help.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript - dynamic page loading fontwrangler JavaScript 2 03-10-06 01:18 PM
Classified Ads skipper23 Perl 3 11-22-05 02:22 AM
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM
Random PHP include brduran PHP 4 08-16-04 06:34 AM
Classified Ads skipper23 Perl 2 12-30-03 03:43 AM


All times are GMT -5. The time now is 07:18 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.