39,320 Topics
| |
I'm working in a VB environment with MS-mdb. Can I use a PHP web format to create a security key that would be sent to the VB app users to allow access to the .mdb? Can the .mdb listen and respond to the php message? If so how? | |
Hi Friends, since i am new to this script, I need your help, well this is my problem, i need to compare userdate with my backend date. for that i have used a dynamic dropdown combo as an id and i need to fetch the date associated with that id … | |
Hi, I'm looking to update a MySql database from an applet. The 2 roots I was thinking were: Applet->php->database Applet->servlet->database But my webhost doesn't allow servlets/jsp, so I would like to try the php route. I've looked on the internet, but I can't find anything concrete to use, just lots … | |
My server supported as " GD support : enabled" (linux OS using) but this program not displayed the graph. displayed the message "The image “[URL="http://xxx.xxx.xxx.xxx/test3.php%E2%80%9D"]http://xxx.xxx.xxx.xxx/test3.php”[/URL] cannot be displayed, because it contains errors. <?php header("Content-type: image/png"); $im = @imagecreate(110, 20) or die("Cannot Initialize new GD image stream"); $background_color = imagecolorallocate($im, 0, … | |
Ok this may be a stupid questions. Is there a way to make a dynamic form? For example, if I wanted to create a form that took a users birthday, how do I make it so it would change the number of days in the month to correspond to the … | |
Hello all, i hope someone here can shed some light for me. I have to do a final year project and needed an idea fast so i decided to try something involving semantic web. now the problem is i am totally new to this concept, i am reading books and … | |
Hi I've been trying to get a email form which allows my users to send photos as an attachemt via a "upload" button. I've got it working i.e. the form is sending me the data plus the photos, but I'm still getting this error when "submit" is pressed. [B]Notice: Undefined … | |
Hello all master coders, I have been doing my site exclusivley in html. What is the big differences bewteen php and html? What are the advantages/disadvantages? What, if any would be the penalty from going from an html site to a php site? Would this hurt the PR I have … | |
The rewrite I'm using maps /products/string to products.php?product=string and the products.php is basically: [code] <header> <?php if(!isset($_REQUEST['products'])) {?> <a href="products/consumer-hardware>Consumer Hardware</a> <?php }?> <?php if (isset($_REQUEST['products']) && $_REQUEST['products'] == 'consumer-hardware') {?> <consumer-hardware details> <?php }?> <footer> [/code] Now the rewrite works, because I'm not getting a 404, but of course … | |
Hello experts, I'm having some difficults with the code that i have used from one of the PHP, MySQL books. As the error that appears is in bold on line 17, and the error that shows is listed below: "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource … | |
I am very very new to all of this stuff. I have been given a username and password, and I try to run this command: mysql -p -u username < filename But everytime it prompts me for a password, and does not let me type anything in. Please let me … | |
Hi. I am using WAMP5 tools with the following features on Computer1 with IP address 192.168.0.1 and I have Windows XP Professional on this computer: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin I have a small LAN Network with 3 computers: … | |
Hi I would like to know if it's possible to delete a row from a database by selecting it from a drop-down list and hitting the submit("Delete") button. If it is could you help me out with a bit of "code and description" or a link please. Much appreciated ;) | |
[B]Hi How can I add Forum by using PHP in my website…I only want to add one section as test. Please advice in details Thanks[/B] | |
I'm trying to code a Wordpress theme, and I'm getting this error message - "Parse error: syntax error, unexpected T_STRING in /home/xxxxxx/public_html/wp-content/themes/xxxxxxx/index.php on line 27" The thing is, I can't figure out what's wrong :/ Here's the code - 1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head … | |
We are searching for a Senior Web Developer in San Francisco, CA. Please email your resume to [email]jobs@bluepointassociates.com[/email] for immediate consideration! [url]www.bluepointassociates.com[/url] | |
Not sure if this is a PHP or a MySQL problem...I am pretty new at both. Basically I have a .php form that is writing data to the db just fine and most of the data is saving back to the .php file fine. I have several "text" boxes that … | |
hi, i am using php, javascript, ajax in my Timesheet project. I made a grid displaying details of Timesheet such as Date, Day, Starttime, Endtime etc. i coded this grid using table, input tag and displayed it in php. i have used input tag name as array and i want … | |
| everything works fine... i upload any picture or file that i allowed the things is, i want to add uploading progress any ideas?? here is my code.... [code] <?php //-------------------------------------------------------------------------------- $path = ""; $web = "../uploads/"; $nopic = "nopic.jpg"; $ad = "add_item"; $no = "1"; $page = $ad.$no; //-------------------------------------------------------------------------------- $isim … |
Hey sorry for any unintentioned broken rules - I'm a PHP newbie here, and a newbie to the list! Does anyone know of any problems with PHP 4.3.11 and using $HTTP_SERVER_VARS['REQUEST_URI']? I"m having a hard time getting php generated html links (ahref tags) in my php page to work. I'm … | |
Hi. I want to create a program for LIBRARY, I faced to problem on depositing book section (Giving book to someone), in this section there is a combo which should contian the books name, maybe we have from one book two, three (Quantity), if one of them given to some … | |
Does anyone know where i can find a free 7x7 or 6x6 or 8x8 Forced Matrix Script. I bought one online for $99.99 about more than 1 month now and i NEVER got the script. The script has been removed from the server. I send many emails but no response. … | |
I am relatively new to php and I want to create a basic page with dynamic content. So say I have a page called products.php that acts as an index to my products, a link such as products.php?product=box would go to a page with the particular details of 'box' and … | |
I have script that is almost done, I just need help with one more thing. I'll describe the relevant structure the best I can, then explain what I need. TABLE carlot FIELDS trackpt, id TABLE cars FIELD userid, carid TABLE grpusers FIELD id Field id from table carlot = field … | |
hi. i wonder if someone could check this script for me and tell why it isn't producing any results. here is the code: [code=php] <?php function ShowMyFiles() { // vars global configuration global $dbConn, $theme_path; // vars messages global $msg; // vars template global $error_msg, $status, $files, $owner, $test, $paginated; … | |
Please help me how to create an NEWSLETTER(php code) thanking you all. | |
Hello everyone, I have a bit of a problem. I am in the middle of developing a site that needs to use transactions. I have several different tables that comprise a single insert form. Table A, B and C all require transactions. From what I understand, mysql_query does not support … | |
Hello, Is it possible to write a php script and have it automatically excecute at a certain time everyday? I need to write a script that will do garbage collection on my database everyday. I do not have a whole lot of power over the hosting server and I can't … | |
Since I installed PHP 5, I am getting this error 500 from the browser any time I try to run my PHP application. Curiously enough, the first time I ran it, it ran fine, but never more. [B]Has anybody any idea of what's going on?[/B] :( | |
Hello every body, I made an image gallery, but the photos displaying repeatedly in each row, I want the seven pictures displaying in each row of the table, then starts from the other row and same for others, the attachment pictures show the problems, what should I do? [CODE] <?php … |
The End.