We all random sounds or random music from time to time. If you properly query google, you can find open indexes of music files easily. Here are some hints to get you started. Google: -inurl:htm -inurl:html intitle:”index of” “Last modified” mp3 Using this string we are using the “index of” and the inurl commands to […]
Simple enough. You need to have a php script that inserts into your mysql database. Example: Here’s the Html for the form Firstname: Lastname: Age: Here is your insert script. I would name it “insert.php”.
We all run into this on a daily basis. That’s why I had to add this one for sure. First things first, let’s open up a terminal and edit your php.ini file. I normally gedit for my personal preference. This is assuming you have a GUI of some sort. Such as: Gnome, Xubuntu, Kubuntu, […]