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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.