39,320 Topics

Member Avatar for
Member Avatar for ExplainThat

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.

Member Avatar for ExplainThat
0
61
Member Avatar for vganeshvenu

Please advise me how to use FLV video streaming in php and please provide me the source code.

Member Avatar for digital-ether
0
102
Member Avatar for flforlife

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]" …

Member Avatar for digital-ether
0
123
Member Avatar for macy2323

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 …

Member Avatar for digital-ether
0
89
Member Avatar for kevin wood

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 …

Member Avatar for kevin wood
0
77
Member Avatar for kashmir323

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 …

Member Avatar for pritaeas
0
87
Member Avatar for binuindia

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 …

Member Avatar for binuindia
0
63
Member Avatar for darkagn

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 …

Member Avatar for darkagn
0
136
Member Avatar for aran87

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 …

Member Avatar for ShawnCplus
0
82
Member Avatar for kriley

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 …

Member Avatar for kriley
0
80
Member Avatar for csshacker

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

Member Avatar for phper
0
46
Member Avatar for mjgdunne

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 …

Member Avatar for nav33n
0
644
Member Avatar for hemgoyal_1990

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....

Member Avatar for effu
0
119
Member Avatar for kings

[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]

Member Avatar for effu
0
96
Member Avatar for jino

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.. …

Member Avatar for jino
0
189
Member Avatar for csshacker

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

Member Avatar for csshacker
0
94
Member Avatar for queenc

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

Member Avatar for queenc
0
137
Member Avatar for parulian

helooo, i really need a good tutorial about connecting php with informix-sql & how do i get the informix-sql server software? thanx parulian

0
47
Member Avatar for iyazon

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 …

Member Avatar for ryan_vietnow
0
77
Member Avatar for still_learning

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 …

Member Avatar for still_learning
0
103
Member Avatar for raweiss

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 …

Member Avatar for raweiss
0
119
Member Avatar for camdes

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 …

Member Avatar for bad_dreams99
0
107
Member Avatar for kevin wood

[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 …

Member Avatar for kevin wood
0
117
Member Avatar for andrew4545

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) { …

Member Avatar for RoryGren
0
66
Member Avatar for sujithfem

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.' …

Member Avatar for sujithfem
0
76
Member Avatar for dabamb

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 …

Member Avatar for dabamb
0
139
Member Avatar for swapna7999
Member Avatar for queenc

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 …

Member Avatar for queenc
0
259
Member Avatar for swapna7999
Member Avatar for swapna7999
0
52
Member Avatar for ohyeah

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 …

Member Avatar for vinothkumarc
0
125

The End.