39,320 Topics
| |
Hi everyone, I have PHPAuction XL V3.1, please may someone help me. I have managed to create the auctions but i cannot bid on them, the following error comes up: update PHPAUCTIONXL_auctions set current_bid=20, starts=2009-05-01 18:21:29,ends=2009-05-02 18:21:29 where id="1336eca400908b7a04133d27be69e27e" You have an error in your SQL syntax; check the manual … | |
Hi Guys, I need help in country, state drop down list. I am using a dynamic country, state drop down list in a form, the country state drop down works fine if I don't open a form without ajax request. But if I open a form with ajax request then … | |
Pla can anyone help me with user profile update script. when user log in with their email and password, the page will redirect user to my account section where user can update profile. how do i populate user details on update profile link. I will appreciate any help. Thanks | |
i have a Listbox available in my page and that Listbox have these items. and i have trip named table which have these fields. id which will autocrement from to coach_type fare journey_date seat now i want this to be happen if a user come and take any item from … | |
Hi guys, I have worked in .htaccess file in local server, everything was working fine. When I uploaded the .htaccess file on the main server by the name htaccess, so I got the following error The requested URL /home.fliq was not found on this server. what will be the problem … | |
hi frnds... i want to know something about php.ini.. what r the regular changes in this file..and functions regarding that changes..plz provide interview tips regarding [B].htacess file and php.ini [/B]file thanks... | |
I'm working on a php application and when setting it up for the first time it writes a file (system_info.php) to the server that stores several details of the system it is being installed in. If the server is not writable I would like to print this configuration on a … | |
hi i need to change the url from [code] www.domainname.com/page.php?i=1&sid=7[/code] to [code]www.domainname.com/page/i=1&sid=7[/code] | |
Hi Guys! I have a url like [url]www.mysite.com/index.php?req=login[/url] I want it like that [url]www.mysite.com/login[/url] I want to hide php extension from that. Please reply. Thank you Take care. | |
Hello, all: Hoping somebody can help me with this... I have this "double-dynamic-select-menus" borrowed script which uses a bit of Javascript to switch menu-options based on selection made on main related menu (main category and subcategory option-menus). It works great when I am just simply adding a new item; but … | |
I'm fairly new at PHP but up to this point I've been able to fix problems I've come across. My problem is I get this warning at the bottom of my members page after logging in. If you refresh that page it disappears. Here's the warning: [B]Warning: Unknown: Your script … | |
hi there im new here and sorry my english is not pretty well. i have problem with fetch using curl in mysite when visitor use ie6 . sometimes in ie6 the result not show and loading without fetching the result. i dont know what the problem its is . [URL="http://www.hotsmusic.com/video/index.php?search=muse&source=all"]http://www.hotsmusic.com/video/index.php?search=muse&source=all[/URL] | |
first off let me explain what is going on. i am creating a site that uses a shared DB and every customer that we have will have there own table. they can have other login's which will within there company table (employee logins). How would you go about and check … | |
Anyone know how to read the second line from a csv file using PHP? I need the read the second line from the csv file and import into mysql | |
Need a function to do what's said in the title if you can help me I'll be very grateful =] | |
Hi all I am writing a curl script for collecting information about some sex offenders, i have developed the script that is picking up links like given below:: [url]http://criminaljustice.state.ny.us/cgi/internet/nsor/fortecgi?serviceName=WebNSOR&templateName=detail.htm&requestingHandler=WebNSORDetailHandler&ID=368343543[/url] now when we go on this link i want to get information under all the fields on this page like Offender … | |
[CODE] else { ##User isn't registering, check verify code and change activation code to null, status to activated on success mysql_connect("localhost", sssssss, passs) or die(mysql_error()); mysql_select_db("sssss") or die(mysql_error()); $queryString = $_SERVER['QUERY_STRING']; $query = "SELECT * FROM users"; $result = mysql_query($query) or die(mysql_error()); /* Your script is always falling into this … | |
Hi guys, I think I may have complicated matters for myself with this one. I'm making an image gallery, which is built based on a hierarchy. I have no problem outputting the images directly in their specific category. The problem I'm having is I'm trying to call 1 thumbnail from … | |
I am new in php. i need sample projects+Adminside with full source…..projects like [url]http://demo.tsmarketinggroup.com/southcoastme/admin[/url] User name: admin Password: admin Please help me, | |
I was wondering if anyone had any good places I could look at to learn how to write a comments script. I need to allow comments on content if people are signed in. Thanks | |
ok i m trying to delete folder with all contents ... the contents r all files..its not working...plz help [CODE] <? $mydir = "d:/lucky"; $d = dir($mydir); while($entry = $d->readfile()) { if ($entry!= "." && $entry!= "..") { unlink($entry); } } $d->close(); rmdir($mydir); ?> [/CODE] | |
alright im trying to make my content containers drag and drop / sortable on my users pages so they can move there content containers around with using javascript and then they can save it in to the users pages Database so every time they come to that page the site … | |
dear all, I want to make a digital library goverment regulation which related to export import activity in my aoffice. The problem is: I dont know how to upload the .pdf file to local server and provide the link to acess it automatically, Please help me..:( | |
I have 5 lines data in my database. I want each line of it in different variable. How can it be done? Plz help me with some code. | |
Hi, I want to limit the characters in the textarea to 400... i found this script but i dont know how to implement in my script... [B]this is the script:[/B] <html><head> <title>(Type a title for your page here)</title> <script language=JavaScript> <!-- function check_length(my_form) { maxLen = 50; // max number … | |
hi, here I has data on my localhost it's update from user and hosting data with thensame structure of data. how do I to make sync my update data in my localhost to hosting data with schedule time's??? some advice please.!! thank's :idea: | |
this is my xml file its using in flash image viewer [QUOTE]<?xml version="1.0" encoding="UTF-8"?> <gallery> <image url="Flower Photo 1.jpg" /> <image url="Flower Photo 2.jpg" /> <image url="Flower Photo 3.jpg" /> <image url="Flower Photo 4.jpg" /> <image url="Flower Photo 5.jpg" /> <image url="Flower Photo 6.jpg" /> <image url="Flower Photo 7.jpg" /> … | |
How does Dani doe the pop up image? I am using Yahoo Sitebuilder and would love to add that to my site. Andy | |
i have this code [CODE]<body> <?php include 'cms/core/config.php'; include 'cms/core/opendb.php'; $query = "SELECT id, language, updated ". "FROM meta ". "WHERE id = '5'"; $result = mysql_query($query) or die('Error : ' . mysql_error()); list($id, $language, $updated) = mysql_fetch_array($result, MYSQL_NUM); include 'cms/core/closedb.php'; ?> <form method="post" action="default.php?s=editmeta"> <input type="hidden" name="id" value="5"> <table … | |
Hello I wanted to compete with myspace.com because they are monopolizing the computing industry, and I am indeed jealous. I wanted to know if anyone here knows a lot about database programming, and can help me learn how to program something that has the looks and feels of myspace in … |
The End.