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...
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...
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 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...
im encountering a problem on the page im working right now in which it should be redirected to a new page, whenever im using the header(Location...) im encountering an error message which is:
Warning: Cannot modify header information - headers already sent by (output started at...
im currently working on a page wherein i have to dynamically display an image in which the value is coming from the database, if the field contains null value meaning no image stored on it i set a default image which represent that there is no current image now my problem is if the field is null...
im currently having problems in the current page im working, im at lost on how will i be able to get the values that the user entered on specific textboxes which is part of the array that was defined on the javascript passed it to a php script and eventually store it in a database, any idea on...
im currently working on a page wherein it make use of a table that computes for the sum of values for each row as well as getting the sum for an entire column and here is the code:
<script type="text/javascript">
function disen(c) {
var otd=c.parentNode;
var otr=otd.parentNode...
im not sure if im posting on the right forum section but since im working on php i decided to place my question here im working on applying pagination on one of my page and the data that im supposed to display comes from 3 different tables now my problem is i dont know where im supposed to put...
im working on a system right now which is a product tracking system and one of the requirement is to be able to display the users who made specific transaction it should display the name of the user together with the date and time the transaction was made i was thinking of making use of sessions...
im working on a system right now in which i would be needing a gantt chart to display the progress of a particular task in which i have the date together with the task and it should somehow highlight the scheduled dates for a particular task need to get ideas on how can i work on these.
hope...
im currently working in my event calendar and im having difficulty posting certain values in each cell that represents each day of the month, i have a table which stores the starting date and ending date of a particular task and it should display on my event calendar the posted task on all the...
im currently working on my events calendar and im having a problem conceptualizing the design in which whenever i click on a particular day for instance which is in a cell of a table other than the display of the actual date it should display certain icon which has link to other pages on...
i have php scripts which is running just fine in WAMP but my client is using MAMP when i tried executing its not redirecting to the correct page i cant really figure out what is the problem here is my sample code:
include "connection_dbase_settings.php";
$user_name =...
im trying to insert into a primary key field which is an alphanumeric which is combination of 'S00' and an incrementing value like for instance: S001, S002, S003 i want it to be system generated...
i have the ff. codes:
$sname = $_POST["supplier_name"];
$saddr =...
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.