Uploader Comments (phpacademy)
Top Comments
-
In an earlier video I said I was called Billy.
But now you know my age!? You're not just the god of PHP, but of the world!
All Comments (16)
-
What does print_r do?
-
Holy God!!
When I hate arrays ever since of my 1st year of college until now.. which I'm 3rd year of College... and now.. once that I've come to realized... it's just easy @_@
I love on how you explain things!!!!
-
@Starcraft2Rogue check out the swear word filter, substituting arrays, or try to improvise with an if statement
-
nice tutorial. However, I wish you could also explain when or where to use the brackets appropriately. Im a newbie in here sorry.. But i like the way you present
-
@phpacademy I've got a quite ''advanced question''lets say i make an menu.Then i echo 'Press key K to go to commands propt'.How would i make the command to when the user types K it goes to the command prompt?Thanks for the tutorials!
lets say my array is $row
i pick out stuff with a foreach loop $row -> $r
like so:
if(isset($row)) { foreach($row as $r){ etc etc
How can i make sure I only show items where $r -> title == "test" for example?
I tried tons of things but it doesn't work as planned. thanks!
vi54 11 months ago
@vi54 It would be much better for you to visit the forum and post a topic. That way, active members can all have a look at it. It's also a lot easier to help in a forum environment.
phpacademy 11 months ago 4