can anybody check on this script it seems that the javascript is not working:
<?php
if(isset($_POST['register']))
{
//header("Location: $_POST[redirect]");
$text1 = $_POST['text1'];
$text2 = $_POST['text2'];
echo "from the main source: <br>";
echo "text 1:" . $text1 . "<br>text 2:"...
Hello,
Im working on this website which has a form on it and upon clicking the submit button it should go to an autoresponder system(this is working fine) now the problem is i would like to use the same form to collect the information and store it to the database, its like having multiple...
ok this is what i notice when i upload a word document file this are the things displaying in the page:
?????????ÿÿ?????????????????ˆ????? ?????? ?? ?????? ?????? ?????? ...
thanks for the quick reply feherke, i already remove the extra application but still its not working the problem the file is loading within the browser right now im testing on an excel file so its displaying dummy characters on the page my goal is to prompt a dialog box to ask the user if he/she...
im currently working on a site wherein on the backend the administrator would be able to force download the file that has been attached by a user in the front end i cant seem to figure it out since whats happening right now is the browser is loading the file, special characters are appearing on...
well, actually what im trying to do is compare the field values from two tables, here is the scenario: i have a table which lists all the categories and another table which lists all the categories which is dynamically selected by a user now what i would like to happen is on the front end if a...
im working on a script right now where in i would need to compare values of one array with another values from another array how will i go about the script for these.... thanks in advance.
the page im currently working on has the facility to send email now my problem is my script has html tags in which when i send it the email its not displaying the desired format:
here is the sample output:
XXX Date of Registration: March 19, 2009 02:39 AM Name of Company: Company A...
im including an application form on the page in which i would want the user to have the option to download that document file for filling up and printing purpose....
im currently working on a page that has a facility to include a word document in which it can be downloaded by the user or whoever visited the site...
i dont have any idea how to go about it.
hope you could help me with these...
thanks in advance...
im using an array of textboxes and put a validation on those textboxes in which if a user puts in a non-numeric value it should display an error message and would not proceed but it seems that my validation is not working bec. eventhough i've already entered a numeric value im still getting the...
im working on a page in which im using an array stored in a session now my problem is everytime i click on F5 or refresh the page the value that is stored on that session is increasing eventhough i didnt click on submit....
here is my sample code:
if (!isset($_SESSION['cart']))
{...
i have seen one thread from this forum which manipulates data using checkbox my question is im using serialize to store data and unserialize to display data now my problem is what if i want to edit the data that is stored on the database what will be my approach....
here is my sample code:
//to...
im working on a page which has a textarea component in which the user would enter his/her description now what my problem is if the user for instance press the <ENTER> key to apply certain format on the text to be stored, the text gets stored on the database but if the description is now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.