39,320 Topics
| |
Hi. I need to allow users download very large files - up to 3 Gigs (video data). Is that possible in PHP with just a download link or should I use a smarter approach? Any ideas or suggestions? Thanks! | |
Hi, I have just created an internet search engine, and I am looking for names for it. Something fun like GOOGLE or YAHOO. Must be markatable and the .com domain to be free. All ideas welcome, as soon as I have chosen a name, I will tell you and you … | |
Hello guys, I have a small problem whete there's this system i am creating. Users register and are added to the database. Users get pointe after two users have referred him or her. after attaining 100 points(in form of goods or service) the users can either be removed form the … | |
Hi, Can any body tell me how to use the content rich text editor. From where i can have the php script for richtext editor to be used in cms. Thankx | |
Hi, I was making a shopping cart and when a person check the cart. There is a button Continue Shopping. What should i do so that he/she should go to the same page from which he/she check cart. I think that if we can catch/extract the addressbat url then we … | |
I am trying to write my own php mysql banner advertising system. i have written imported images to the mysql table and i have got the php code to return normal images files e.g .gif, .jpeg etc. for flash banners i know that the headers are different can anyone give … | |
Is there any script in php for bandwidth monitor (or is it possible to do it with PHP)? | |
Hai, I'm trying to add a new user. But i'm getting fatal error. This is my program.... [php] <?php Adduser() ; function Adduser() { print("creating user \n"); $obj = new COM("WinNT://."); try { $user = $obj->create("user", "test"); $user->Description = "New User" ; $user->setinfo(); } catch( exception $e ) { print("error … | |
Hello, I am looking for a good php programmer that really wants to work and get jobs done and go onto the next job. I have many jobs open websites range from models site to free counters site.. I DO NOT need any getafreelancer.com wannabee programmers I have had enough … | |
I get this message: [B]Parse error[/B]: syntax error, unexpected T_STRING in [B]/home/lbnh02/public_html/cms/index.php[/B] on line [B]2[/B] 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]"> 2<?xml version="1.0" encoding="iso-8859-1"?> 3<html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]"> | |
Using a php generator "appgini" having a problem I believe with the script. 1 table with 4 fields, fields 2 & 3 are text and field 4 is an image field. Everything works but field 4, when you upload a image along with text in fields 2 & 3 it … | |
Hi, Im new to PHP but seem to be picking it up quite quickly, i have how ever come up against an issue which i cant seem to solve and i was wondering if someone out there could give me some pointers ;) what i have done is setup a … | |
Hi All, Why am getting this error " DOMDocument::loadXML() [function.DOMDocument-loadXML]: Extra content at the end of the document in Entity " :!: Please advise me . It is killing me a lot so plz reply :( | |
I Need Help To Do an e-vite with php & javascript. Could anyone help me out. Thanks | |
One of our clients, a Hyderabad(India)-based company, having presence in US & Europe, has the following opening: [B]Position: "PHP. Developer”[/B] [B] [/B] [B]Skill-set: (Mandatory):[/B] [B]PHP, MySQL, Javascript, Knowledge of Linux[/B] [B] [/B] [B]Experience: 2+ Yrs (Relevant)[/B] [B] [/B] [B]Education: Graduates/BE/B.Tech./M.Tech/MCA[/B] [B] [/B] [B]Location: HYDERABAD, INDIA[/B] [B] [/B] [B]Duties & Responsibilities:[/B] … | |
Here is what I have. Image gallery....images are uploaded and an album is created at domain.com/admin/album/album-1,2,3,4 etc/ then the images are created in: domain.com/admin/album/album-1,2,3,4 etc/lg/filename.jpg I need to have a htaccess that rewrites the url when an images is accessed from: domain.com/admin/album/album-1,2,3,4 etc/lg/filename.jpg to domain.com/image.php?main=filename.jpg&watermark=watermark.pn g Now another catch is … | |
I took the plunge and decided to learn PHP. I bought the book 'Beginning PHP 4' by Chris Lea, Wankyu Choi, Allan Kent, Ganesh Prasad, Chris Ullman So far its pretty good and I've learned a lot. It'd getting tricky now wioth arrays and implodes and explodes but I'm coping … | |
I'm not exactly sure if this is a problem with php, or javascript, or FF, or what, exactly. I have a little php script that lets users input information like a form, and then generate an HTML pedigree. In a perfect world, they then click the "View Source" button and … | |
Hi Im looking for a php programmer to code this: [url]http://www.illworm.redmonkeh.com/site/fullspec.txt[/url] Design for site is here: [url]http://www.illworm.redmonkeh.com/site/illsave.php[/url] Since im skint i wont be able to pay you but what i am able to do is give you a percentage each month from advertisement takings + free sub domain hosting with … | |
Hello. I have a php webpage which extracts RSS feeds and displays them. The problem is it takes a while for the page to load - I expect that its looking up the latest feed data. However I was wondering if any of you knew a way I could get … | |
Hey everyone, just need a little help here. First time really getting into PHP, and I'm trying to make a simple form. One part of the form is a set of checkboxes. The name of the field is called "services" and options are thus: Monitored Network License Management Backup Server … | |
Anybody could help me regarding this message "failed to create stream: HTTP wrapper does not support writeable connections" I got this message when I'm trying to execute my upload script. | |
I have an e-commerce website and I am trying to have a webpage create a .doc or .rtf document to print labels based on the customers' addresses in a mysql database. For this reason, I need to create a document based on a labels template. I have saved the labels … | |
Is it possible to use HTML tags in PHP code? I have a php script that emails some form inputs to my email address, and I would like to bold certain words in it. The code preforms the message first, and then just posts the message in the body of … | |
may i ask if it is ok to create a $password variable with my real password as the string? it seems like mysql_real_escape_string() won't work because this function only works after the connection is made, but i've also read that php code is not actually viewable by a user... | |
Hai friends I hope any one can done this task already. I need your help for this task Contienent: Let the user choose the continent from a drop-down. Country: Based on what they have chosen in Continent, the corresponding countries will appear in the next drop-down City: Based on what … | |
having an issue--*cough*newbie*cough*--the html and php code here supposedly creates a new record into my database. problem is, the successfully connects to sql and creates the record, but the contents of the $_POST variables do not make it into their respective fields. I have an id field (AUTO_INCREMENT) that is … | |
Hi, I had planed to start a shopping cart. Can any body help me what are the basic needs that u should keep in mind. What are the things that are in admin panel and the mail thing you think that i should keep in mind while making it. thankx | |
I found this PHP downloader... I'm using it like this: a person purchases an image going to paypal, then the image is opened to download but I want them to be able to only download it once and only if its been paid. Thanks for any help | |
Hai friends I need the details for all the continent->country->city data. Please help me Thanks Vssp |
The End.