@dashbyictfd i agree it worked perfect on my code and i looked at another site and the code was using loops like idiotic this was a lot simpler code very small ans sweet
thank you sir i will be glad to add money to a paypal email for this help, i have my own server and php my admin but i needed to show sku on a web page for my helper to have quick access very excellent help! i will formulate a question later on help in another issue
In mysql the date format is in yyyy/mm/dd , is there a way to manipulate this so that when it displays on your page with the rest of the retrieved data that it can be dd/mm/yy ?
I’ve tried and failed working with numerous php/MYSQL tutorials but this one works fantastic! Can see the text clearly and the steps are clear and simple. Top material!
I have been following your tut and i’m trying to imply it to my coding. Pretty much im trying to do the same thing. i want to retrieve data from my forum that i made onto my site but its not working. do u have msn or an email so i can clarify it more in detail? its doubtless an simple fix.
Firstly. Very well done tutorial. Wish I had found something like this when I was starting off. =(
Just a small note.
Using mysql_fetch_array is unnecessary as it returns both the name of the db column AND it’s index digit. There’s no point in returning both when you’re only going to be using one. I’ve by no means been in a situation where I needed anything more than the associative name.
Many Thanks, fantastic Job!.
@dashbyictfd i agree it worked perfect on my code and i looked at another site and the code was using loops like idiotic this was a lot simpler code very small ans sweet
@TheyCallmeSR if your forum uses a database then it will work this worked perfect for me he did a fantastic job it is perfectemente
thank you sir i will be glad to add money to a paypal email for this help, i have my own server and php my admin but i needed to show sku on a web page for my helper to have quick access very excellent help! i will formulate a question later on help in another issue
In mysql the date format is in yyyy/mm/dd , is there a way to manipulate this so that when it displays on your page with the rest of the retrieved data that it can be dd/mm/yy ?
This was the first tutorial on this that I had followed that was
a) complete
and
b) I got working
fantastic thanks.
I’ve tried and failed working with numerous php/MYSQL tutorials but this one works fantastic! Can see the text clearly and the steps are clear and simple. Top material!
I have been following your tut and i’m trying to imply it to my coding. Pretty much im trying to do the same thing. i want to retrieve data from my forum that i made onto my site but its not working. do u have msn or an email so i can clarify it more in detail? its doubtless an simple fix.
Firstly. Very well done tutorial. Wish I had found something like this when I was starting off. =(
Just a small note.
Using mysql_fetch_array is unnecessary as it returns both the name of the db column AND it’s index digit. There’s no point in returning both when you’re only going to be using one. I’ve by no means been in a situation where I needed anything more than the associative name.
So instead, just use:
while($row = mysql_fetch_assoc($result)){
//etc
I’d be willing to be that it’s quicker
What keyboard are you using?
He’s got a gorgeous accent. Which region people sound like this?
YOU SOUND LIKE MARK ZUCKERBERG
what is the link
Yes, sure.
But I despise the uploading limit.
hey if your pretty excellent at it could you make a video on how to place a username and pass on a site?
Fantastic tutorial dude
Though I’m a Pro on PHP but I like your videos, you clarify excellent.
Very excellent for newbies.
excellent one..hope you can post more of these!
GREAT tutorial. I am hoping to see more advanced use of php/mysql in future videos from you.