39,392 Topics
![]() | |
Hey, I finally got my php code to accept an array into my database without it just putting "Array" in the database field, by using "serialize" like so: [PHP]$services=serialize($_POST['services']);[/PHP] So now it's putting jibberish in the database field like it's supposed to, but I'm unable to use "unserialize" to get … | |
I always have a doubt that I couldn't solve that is the problem of previewing an upload image properly. I have wrote a php coding to upload and delete an image. In the page, user is able to view the image they have uploaded once they click the upload button. … | |
Hey, I've got a form that passes the date onto a php script, which posts all the form entries into a database. One of those fields happens to be a date field. I have it going into a column in a mysql database that has the DATETIME datatype, but no … | |
does anyone know where i can follow a plan on how to create a voting system in php/ | |
I have a site that I created some time ago that has been operating just fine until today. It seems that today, variables I am passing as post (in the URI) don't seem to be acknowledged by my script. Here is a sample URL: [url]http://www.somehost.com/edit_post.php?id=14[/url] I used to be able … | |
I was going to post up a job spec but I think what i'm really looking for is some suggestions to where to look or post up when looking for PHP Coders. And i dont want one-off Rentacoder.com or getafreelancer.com coders due to a couple of bad experiences and I … | |
Hi everyone, Iam mahendran and i working as a php programmer for the last 8months. I have a doubt to create mail ids in server dynamically using PHP. I wants to write a program for generating alias email ids in server dynamically when user register into the site by giving … | |
Hey everyone. Got a little problem with an html dropdown box I'm using in a php document. Here's the code I'm using: [PHP] echo "<td width=52% bgcolor=cdcdcd><form method=post action=myphpdocument.php>"; $query = mysql_query("SELECT clientname FROM clients"); echo "<select name=client>"; while ($r = mysql_fetch_array($query)) { $client = $r["clientname"]; echo "<option value=$client>$client</option>"; } … | |
Hello, When my users are logged in through my PHP Nuke site and use PHPbb there is one issue. when they try to navigate the Forum via the dropdown menu, the user is taken back to a page that says "Sorry, this section is not active!" ??? So I am … | |
My site is run on PHP Nuke, and the log in function works fine... It is also connected to PHPbb yet when I login through its fields I get the returning message... Not Found The requested URL /modules/Forums/modules.php was not found on this server. Additionally, a 404 Not Found error … | |
I have just started a website where i want a voting booth. i wanted to learn asp but cant run ito n xp home edition. ive started learning php but am totally confused about what else i need to download i.e my sql, apache... could someone explain to me what … | |
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 … |
The End.