- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: 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 … | |
Re: 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 … ![]() | |
Re: 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 … | |
Re: 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 … |
The End.