hi..i wrote this code for when i sign in, it sends another file the id and registers the session...heres the file where i check if the user is a member..
Hi, I need an online video player that would play .mpeg and .wmv files..like an <EMBED> tag thing..i know there are a lot out there but i cant seem to find them lol..so can anyone help?
uploading using html form..using ftp functions such as ftp_put() and other ftp functions or by using move_uploaded_file() function..but not using the ftp client such as Cute FTP..
Hi, I need to get an online music player that would play mp3 files..i have one for rm files but mp3's dont work on this kind of music player..i need one that's easy to use and easy to embed..ive been...
Hi, i need to upload files larger than 2 MB on my web host, but i can't do this except by .htaccess file..so i thought of changing web hoost and go for another that would allow me to upload files...
i dont know what code to put in the .htaccess file..and when i'm done, should i upload the file on the web host in the domain of the website im uploading on?
So i wanna upload files using ftp functions in php or using using move_uploaded_file()..but the thing is my host has WebShell3 that only allows uploading files less than 2MB..i talked to my web host...
no i talked to my webhosting service and they said that theres something called WebShell3 that limits the upload size to 2 mb..and they saaid i cant change it unless i make a .htaccess file and set...
Hi, i used the following code to upload large files ranging 1-50 MB..the problem is i tried uploading a file of size 1.78 MB and it worked..then i tried uploading a file 2.9 MB and it didn't...
ok it worked..i think the problem was that i didnt set it so it is visible to the outside..there was this function: $ch=ftp_site($conn_id,"chmod 777 ".$destination_file);
when i added it everything...
ok so i used the following code to upload a setup file using ftp client, and it printed out the echo that says echo "Connected to $ftp_server, for user $ftp_user_name"; and then it also echoed...
ok ok so i changed the php.ini file..i found it and 4 other php.ini files on my PC and i searched for the upload_max_filesize and it was set to 2M so i changed it to 60M and i saved the file..but it...
and where can i find this php.ini file?..coz i cant find it..and when i open it how do i change the limit?..i mean is it a text file with php code in it or what?
hi, i used the normal move_uploaded_file() function to upload .rm music files and images using php..but now i need to upload large files..such as setups and installation programs..and for some...
Hi, I have this problem where I want the user of my webpage to click on this link that he cant either listen to the song or download it..i have the songs already stored and their directories stored...
Hi, I'm trying to upload a song to a directory of my choice, and i found out how to upload an image and it worked by php code..i used the same code to do the same for songs, (upload songs) and it...
Ok so i used magpie and it worked ok..but the thing is that when i click on the headline of the news it takes me to the source of the xml page im trying to get..for example when i get the headline...
Hello,
I'm working on a website that has a 'News' thingy in its menu, and I heard that I could subscribe to one of those RSS Feeds online that will make my job as an administrator later on much...