39,320 Topics
| |
A cheatsheet covering the core features of PHP 5 is available here [URL="http://www.explainth.at/en/qr/phpqr.shtml"]PHP5 Cheatsheet[/URL] Free to print, share and enjoy. | |
Please advise me how to use FLV video streaming in php and please provide me the source code. | |
I know how to post multiple rows using a if and foreach loop. I can post multiple rows from one form. here is the form snippet..... [code] <tr> <td><input name="entry[0][place]" type="text" /></td> <td><input name="entry[0][team]" type="text" /></td> <td><input name="entry[0][wl]" type="text" /></td> <td><input name="entry[0][gb]" type="text" /></td> <td><input name="entry[0][pcage]" type="text" /></td> <td><input name="entry[0][rs]" … | |
Can somebody please help me? i'm having a big problem on tables. Our client want to have a table where its columns are expandable and the headers of the table can be viewed no matter how many rows there are(you can always see the header even if you scroll down … | |
i have created a file uploading system on a website that i have created and i need to know how the file can be over written. the file thats are upload are only used once and the next time the user uploads a new file i want the last file … | |
I am running this site which I've gotten allot of responses about and its been a hassle to edit the html constantly to add more content. Is there a way I can make a extreamly easy CMS to add information? Here is the site thats going on: [url]http://competitive.rebornservers.com/[/url] What I … | |
I need help to create a search page for a real estate site, with option fields for house/unit, suburb, price range etc. It has to search a database file and if an entry meets these conditions, that entry (with an image) should be displayed in the results page. Please tell … | |
Hi all, I am fairly new to PHP (my experience is mostly in Java) and I have inherited a project that was initially implemented in PHP4. I am updating it to use PHP5 and at the same time I am trying to add Logging to the project. I am using … | |
hello is this how u do a delete query from mysql table i need to delete it depending on id number so if user enters id 10 it needs to delete the all the rows that have id 10 from any table which has that id.. thanks $query = "DELETE … | |
We are located in Owings Mills, Maryland. Applicants must be proficient in taking web designs and producing PHP driven websites using CSS and MySQL database content. Must have 2 years active experience in web production, specifically PHP/SQL. Willingness to learn other programs and languages is necessary. You must have good … | |
Thanks Jkristos, but you can suggest me --- i want all the URL Like [url]http://www.myhealthidea.com/category/subcategory[/url] ------ /category/subcategory ----- please suggest me for " [B].htaccess[/B] " Help Me | |
Hi, i have implemented a basic searchwhich does display the results, i want to add an edit function button, so that when the user click edit the results are displayed in input boxes so that the content can be edited. Her is what iv got so far, im new to … | |
Hi All, I got seem a problem with my php. How I Can View my PHP File on Offline Mode... Plz Give me the Solution to View my PHP file on offline mode... I Dont Have any website.... | |
[CODE]Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/car/publ/testing/detail.php:1) in /home/car/publ/testing/detail.php on line 2[/CODE] i'm getting this error.i dont have any empty whitespace in my code. [CODE]<?php session_start(); ?> <html> <head></head> <body> <form> <?php //code ?> </form> </body> </html>[/CODE] | |
Hi all,, I am new to joomla.. I want to build a news portal site using joomla.. Can any one help me to wired in the news portal extension to my joomla site... I am now working in localhost.. Please help me if anyone know about this. Thanks in advance.. … | |
Please Guide to me my website url is: [url]http://www.myhealthidea.com/index.php?article=Natural-Health-Supplement&article1=Herbal-Energy-Boosters[/url] and i want to like this as: [url]http://www.myhealthidea.com/Natural-Health-Supplement/Herbal-Energy-Boosters[/url] Help Me | |
my actual link is [url]http://www.website.com/testing/xyz.php?id=2[/url] but when i use PHP_SELF it is refreshing and the url turn as [url]http://www.website.com/testing/xyz.php[/url] please reply | |
helooo, i really need a good tutorial about connecting php with informix-sql & how do i get the informix-sql server software? thanx parulian | |
Hello everyone! I'm a graphic designer here in Sterling Heights, Michigan and I have a bit of a problem with our current website pages. I should tell you that it was not developed by me, but rather by our IS person, and I don't think he used any one particular … | |
Hey guys, I am just learning php and mysql for the first time and I would really appreciate your help. I have created a search engine for my website which searches through a database and then returns the correct results. All of that is working great, EXCEPT for the fact … | |
I had my server upgraded to php 5.2 and included error messages for debugging. Not a good thing - as they are all over the place with scripts that have been in place for years. So, I need some help knowing how things need to be written differently in php … | |
I am trying to create a photo gallery and there are various reasons why I need to create it from scratch. Below is the code for my upload file and I have been building it gradually. I have now added the resize function. I had placed this function in a … | |
[CODE] ob_start(); include "broad_prev.php"; $message = ob_get_contents(); ob_end_clean();[/CODE] i have used the code above to get the contents of my php page to display in a newsletter thst is emailed out to the mailing list. it works to apoint but no images are sent through with the email just the … | |
This is my php side of my return form, problem is I can't get the radio buttons show up when the submit is clicked. Any suggestions Thanks in advance.:) <?php unset($message); if ($email) { $from .= $email; } if ($name) { $message .= "Name: $name \n"; } if ($jobtitle) { … | |
Hi, I have a problem especially executing the query, I hope the problem due to special Character, i am using the ADOB for DB[MYSQL], Script is PHP, i have enclosed the function which make me hazard ……. [code=php] define('QRY_ALTER_CATEGORY', 'ALTER TABLE Category ADD %s'); function ChangeCategory($FieldName) { $Condition = $FieldName.' … | |
Good day!! Hi...I having hard times in doing an online voting system using PHP and mySQL as database. It's like...student council election; once I login..i can then view my personal profile then view all the candidates in each position...I can then vote my desired candidate.Only one vote is allowed in … | |
hi anyone know how to call/run a vb application from a php page | |
hi i have a application where i have a text box when the user enters data in the text box i want the data to be inserted in the db and the value displayed in the same page.something like daniweb post quick reply.i know i have to use ajax but … | |
is it possible to run a vb application using a link in a php page | |
Im having some trouble writing a booking system for my site. Im using dreamweaver so the built in functions should make it easier but its not helping right now. First of all here is my database [IMG]http://i19.photobucket.com/albums/b178/GregHesp/Untitled-11.jpg[/IMG] Now on my booking.php page I want have a dynamic select menu which … |
The End.