Jump to content

PHP with Ajax


deepurushotham

Recommended Posts

Hi experts,

i wanted to develop a page which contains the subject of message. when clicked on subject link i get the contents of that subject.

I have done that form which i need, But i want to display the content of the subject using greybox in ajax.

 

the PHP program i have done is similar to

http://www.weberdev.com/ViewArticle/Building-a-Quick-and-Dirty-PHP-MySQL-Publishing-System

 

but i need the content to b displayed as greybox form in ajax.

 

i tired like this but dint work out

<a href="story.php?id=<? echo $row->id; ?>" title="Listing" rel="gb_page[500, 500]"> View All <? echo $row->slug; ?> </a>

 

instead of

 

<a href="story.php?id=<? echo $row->id; ?>"><? echo $row->slug; ?></a>

 

so that i get it in greybox form, i am succesfull in creating greybox but inside it, the error is "No press releases currently available"

 

is it possible to do like this if yes Can someone help me please.....

 

thanks in advance..

Link to comment
https://forums.phpfreaks.com/topic/102459-php-with-ajax/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.