If it is possible, how do I go about installing it?
it is possible in PHP to display the latest file added in a certain folder? [along with its date]
I just started on PHP and create my first website.
But I wonder if other people could access my PHP codes through my website.
It would be extremely harmful if they could look at my code because it contain information such as database password etc.
If it’s possible, is there ways to lock them down ?
Thank you very much ! =)
My hosting company only uses sqlserver for windows and I need mysql. Is it possible to store this data base on my computer and still be able to run phpadmin to get my site up and running? I do not want to create my own server. Is that even possible?
How can I alert a user with a message in a frame using PHP? Like, with JavaScript you could something like…
function stuff() {
var usernameshown = document.getElementById(‘frame’).value;
if (usernameshown == “hi”) {
document.getElementById(‘frame’).inner… = “hello to you, too”;
}
}
Is there a way to do this using PHP?
Following is my first PHP code Please help me to run it on the Windows XP machine with installing the minimum softwares or without installing any thing Thanks
For example, I have my website in a webhosting php / mysql (like ixwebhosting) so I want to do a process like notifications, or mail the subscribers at determined date and time i.e. like a calendar.
I’m trying to a find a web hosting company besides the one that the company recommends because they charge too much. And so far, I learned the hard way that Yahoo does not support it. What do I need to look for?
I want to initialize an array variable and then from that point on, make it read-only. Is this possible in PHP?
Thanks
I recently downloaded some music files off a website with the file extension .PHP. I can play them in windows media player, but I can’t get them onto Itunes. Is there some way to convert the files into an extension that can play on my IPod?