Search:
Type: Posts; User: byebyebyezzz
Search :
Search took 0.01 seconds.
I am a dumbass lol.
I could have just used header()! gosh my brain wasnt working
Hi,
I am trying building a forum but having an issue with redirecting the page after the user submit.
I would like the page to redirect back to the user's comment.
...
nvm, I think I found the answer.
gotta add this
<INPUT TYPE="hidden" NAME="return" value="URLspecificToThisTransaction">
Hi guys,
I am trying to add a paypal BuyNow button to my webpage.
I was just wondering if there is anyway I can get the information about the user payment to my php script.
Thanks.
I want to send the email directly w/o open the user default e-mail.
I've did some research and I find this
// Sends an eMail to an given Address.
// Be aware, this function could be a...
Hi,
I am trying to read data from excel files and then import the data to the database. The problem I am having is excel cell contain line break. It creates new line in the .csv file.
Hi,
I am currently working on a website that has a search button. The content is the database isnt much. Mostly are title for units, video name, transcripts...
I want the search function to...
crap cant edit, I meant Javascript lol.
Anyway, I think I got it figured out.
Hi,
I have 2 <select> tags.
one display all the available items.
2nd one display all the items that are added by the users.( I used CSS to transfer the selected item from the first select...
try to check if you are actually connect to the sql server by
$connect = mysql_connect($localhost, $dbuser, $dbpass) or die ('could not connect to SQL server');
mysql_select_db($dbname,...
http://www.w3schools.com/php/php_mail.asp
at the end of your php script, put
header("Location: hompage.php")
neither exec or shell_exec can execute command prompt commands. They are meant to call shell script commands only I guess. Will need to install linux.
Not sure if I understand your question but you can create one page with the menu you wanted and onclick on each menu item, you can just change the content of a div
<div>
<ul id="menu">
...
Hello everyone,
I am working on a project that allows users to upload video. For accessibility purpose, I need to convert the video file to .mp4, .ogv and .webm.
So the idea is to use:
1....
Hello,
I am trying to validate and input field for userid. I want the field to be validate after the user leave the field and Before submitting it.
so basically, I want to grap the user input...
Hello,
I am trying to validate an input field for userid. I want the field to be validate after the user leave the field and Before submitting it.
so basically, I want to grap the user input...
I got it to work. I was changing the wrong php.ini
I tried that too. It still didnt help.
I am currently using Wamp to test it. I tried to change the max_post_size = 100M and upload_max_filesize = 100M for the ini.ph. It still doesnt help
Hi, I am trying to upload some video clips but they dont work. I can upload pictures and other file that less than 4MB.
Below is my code:
<?php
$target_path = "uploads/";
$target_path =...
I tried /" before but I never tried /". I ll give it a try tomorrow.
thx
please disregard this.
I find out what i did wrong. I think when I target it to an empty frame, the variable didnt get pass through.