Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #13.1K
Ranked #3K
~2K People Reached
Favorite Forums
Favorite Tags
php x 16

4 Posted Topics

Member Avatar for rani_4

this in not right <img src="images_pathimages_path"></img> result, second remove single quete in your query, if you want to select column, like your query is this `$data = mysql_query("SELECT 'images_path' FROM images_tbl") or die` change this to `$data = mysql_query("SELECT images_path FROM images_tbl") or` //note i remove single quete from your …

Member Avatar for rani_4
0
566
Member Avatar for santunu23

yah it is possible, but u said after one days or two days, but does not describe after one days or two days of what, means after registration, after activation or of there payment, i am assuming it can be any thing, you can do some thing like this $day=current_date-registration_date …

Member Avatar for diafol
0
305
Member Avatar for light_yagami

No what you are describing only going to happen, if you are running a query for admin, your while loop should only give you one result. or may be you have two user, with same username,with same password and both are admin in that why you did like that, and …

Member Avatar for Acurapassion
0
713
Member Avatar for mbarandao

my freind read the introduction part than apply the solution please. as i see your code i think what you want to do, is this that parent id will be the same, only the child age, and child name will change. means your table should look like this in the …

Member Avatar for mbarandao
0
555

The End.