39,320 Topics
| |
Hi, I'm new to php so I'll probably be posting a few queries along the way. The problem I'm having is I'm trying to print out an address in an HTML table with information taken from a database. The fields are Address1, Address2, Address3, Address4 and Postcode. Everything prints correctly … | |
I'm trying to implement TableKit with my table. It works fine, except I'm struggling to update it dynamically. When I edit a table, it changes, but when I reload the browser it reverts back to the original data. The updated code goes to this php code: [CODE]<?php header('Content-Type: text/plain; charset=UTF-8'); … | |
Hi frnds... i dont know anything about OSCOMMERCE.. now i have interested to learn OSCOMMERCE..because of many companies asking about exp in oscommerce... i have been installed successfully in my system... but i didnt get any idea.. what is the usage & procedure to learning from basics.. plz provde some … | |
Hi All: I'm connecting to a db to populate a table. My code loops through the db without errors. The problem is in Firefox, my rows of data display as individual tables. Everything works perfect in IE. Any ideas what I'm missing? The table population code basically looks like this: … | |
Gud day everyone!!! I hope you could help me with this one, I have a select form that looks like this, <select> <option>AAA</option> <option>BBB</option> <option>CCC</option> <option>DDD</option> <option>EEE</option> </select> my question is, how to transfer to a new page if the select is change coz the page i am working right … | |
Hi , i need help with me Joomla site , i need to make the file permission of the images folder set to 777 only during uploading and afterwards make it set to 755 i need to make also a timer that times out after a period i specify and … | |
Hi everyone and thanks for reading. I started a project a while ago and am stuck on how to proceed processing this form. It's a very simple form but I'm still at a mental roadblock regarding how to proceed from this point. The idea is that the form is a … | |
Hi, I have a site, from where any visitor can download file of their interest (all files are office documents files). Currently it is pure HTML file with no server side script. What i want to do now is, i want to charge $1 for every download via paypal. I … | |
Hi. :-) I'm relatively new to PHP/CSS although I'm figuring it out by trial and error. Uh, mostly error... The problem is that there is a big gap between my CATEGORIES and SUBCATEGORIES on the front page of my directory. I'm guessing the culprit is this line: [CODE]<p class="subcats">[/CODE] which … | |
How would I go about creating a recordset with two WHERE clauses in it? Basically, I have a list and detail pages for a team assignment. In the list page, there are two fields that have to be concatenated to show full names. In the user table they have different … | |
Hello everyone. I have really screwed up this code and can't seem to figure out all the things that is wrong with it. Can someone point me in the right direction? Thanks! ~Amy [code] <?php /* Program name: listings.php * Description: This will pull some of the customer's information * … | |
Hii All, I am working on Drupal right now, well, the problem I am facing is that I am not being able to track the flow bcoz I am not familiar with the urls, for. e.g in the <form> tag the action attribute says "action=user/manage/books/add" What does this mean? On … | |
Hey folks, Anyone know how to take the code below and make sure that all the stuff that gets sent to the email wordwraps at 400 pixels? Please HELP! [code] <?php $where_form_is="http://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/")); session_start(); if( ($_SESSION['security_code']==$_POST['security_code']) && (!empty($_POST['security_code'])) ) { $message = wordwrap($message, 70); mail("rbeale@bealeinc.com,iam1az@cox.net","Membership Application","Form data: First Name: " . … | |
Hello, all; I am practising on this blog setup, and I am trying to echo each blog entry's headline appear as the page's Title tag... somehow the way I have it doesnt do it. So that you have an idea of what I am doing, I have an "if" statement … | |
I am about to start my final year project, my project is about "Online Appointment Booking System". I started by displaying calendar, but i have a problem displaying the calendar "WEEKLY". i want to calendar to show current week, if possible a button that allow user to view next week … | |
Hi all I have a few page of PHP just for internal use. Its function only obtain the data from the users enter and write it to an .csv file. Everything works fine til this morning I do a check again and I found out that It didn't write to … | |
Please help I am stuck on how to click checkbox and put area code in textfield <?php $array1 = array("(516)","(631)","(718)"); ?> <?php $AreaCode = $array1; ?> <td><input name="Phone" type="text" value="<?php echo $array1[0] ?>" size="15" /> <input name="RadioGroup1" type="radio" id="RadioGroup1_0" value="<?php echo $array[0]; ?>" checked="checked" /> <label>(516)</label> <input type="radio" name="RadioGroup1" id="RadioGroup1_1" … | |
I get this error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/pixogeni/public_html/arcade/admin/commandcenter.php on line 46 Well this is line 46, I can't seem to figure out a fix for it... if (isset($_GET['p']) && $_GET['p'] == "login") { Any suggestions? :S Thanks in advance :) | |
Hi everyone! I'd like to ask a simple question to which I can't really find a definitive answer. If I condense my code a lot, will this mean an increase in loading times which is significant enough? I like having my code spaced out, readable, but I would also like … | |
can anyone tell me how to upload a file iis server I use the following code now but it doesn't work in iis server. [code] $fileName = basename( $_FILES['fileName']['name']);//filename from post $currentdir=getcwd();//get current directory $target_path = $currentdir."\\snaps\\" . $fileName ; if([COLOR="Red"]move_uploaded_file($_FILES['fileName']['tmp_name'], $target_path)[/COLOR]) { echo "Success"; } [/code] can I get … | |
I am bigginer in php. i want create a small admin section for an institute. i have admin table and students details table in my sql. i know , how to insert and update the data. but in my application there is one dropdown list for student courses.what ever i … | |
im new to Joomla..and i need somebody help me where the joomla scripts are ??? i mean i want to edit the JCE uploading script and i dont know where the scripts are | |
hi, i have the wamp server installed on my pc and now i just downloaded the latest version of the zend frame work and need learn to use the zend framework. Does anybody know what steps i need to take to get the zend framework going? | |
Hi there, I am writing a free php extension and am wondering if I'll need to compile it for each operating system (FreeBSD, Sun, etc...). I have compiled a separate dll for windows. Cheers | |
hi friends and seniores, i have a registration form, i can inseted data into database. its working no problem. when retrieve the data it will displayed in the text boxes format.please send me the code . use one "dropdownlist" also.please............ | |
HI everybody, i'm a final year student, doing an SMS shopping system, and i intend to make it as open source so that everyone can benifit from that. the system should allow the users to buy products from a vendor, by sending sms, currently i am working on php, but … | |
Was wondering if you could take a look at the attached code. I have a form that is making a call back to the database and populating search form for parts. As you type in parts, it renders choices (screenshot2 attached). You can then click on a choice and it … | |
hi i want to upload photos. i have a upload button when the upload button is clicked a window will pop out and uploading image option are there. when the close window buttton is clicked in the pop up,i want to close the pop up and the path should be … | |
Hi all! Im making an upload script that uploads an image file, saves it and saves a thumbnail copy in a different directory. I have tried a couple of scripts and have found one which I think will work nicely but i cannot get it working. The script is below: … | |
Does anyone have a solution to separate include template? I have the index.php calling for the control file and a template page. I'm wanting it to call up template1.php if you click on this, or else template2.php if you click on this. I don't know if I'm making sense. Example: … |
The End.