39,320 Topics
| |
I am getting the following error coming up and cant figeur it out Parse error: syntax error, unexpected T_CASE in /mnt/w0505/d37/s36/b0252bde/www/HorizonMarketing/nfoscomm/catalog/admin/orders.php on line 99 here is my code hope someone can help me [code] <?php /* $Id: orders.php,v 1.112 2003/06/29 22:50:52 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com … | |
Hi, I'm writing a program that parses a *lot* of log files into a database. It's completely O-O, and each object opens a database connection to mysql using [B]mysqli->connect()[/B]. Here's my problem - the program works great for a limited number of log files, but if I run it over … | |
hi :icon_eek: Parents, youth and daughters This file config and r3aea directory sites I want to help break encryption zend :icon_sad: Please If disengagement encryption Please help my site config Encrypted zend ? Help me to lift the encryption zend config and r3aea ? Please :) If disengagement encryption zend … | |
hi i have inserted the date value into the database but its showing as 0000-00-00 why like this can anybody help me whats the correct format to insert date from a drop down list to the database ; heres my code to handle this : <?php include("dmy.php"); echo "<Html><Head></Head>"; $setdate … | |
Good Morning, I finally made a php calculator program which combines compound interest and added fees, The only problem is when I use the the round() function if the fee ends in a zero it does not show the zero. example </php echo round($var,2);?> if $var equals let's say 3.001 … | |
I want to send a html mail with multi-language in php. Some part of mail content is from database. And some part user have to enter. My database is ok. And Unicode utf-8 is used. When I am retrieving data from database to my web page is ok. And coming … | |
hi there im very new at web site building and have built a few basic sites over the last year with the help of a couple of online html tutorials and dreamweaver. im at a stage where i feel i can build a site that seems to look and run … | |
Hey all I am kind of stuck with this WP issue...... The issue is this , client wants different layouts in the same theme. for eg: the home page will be 1 layout and other pages(posts) will be having different layouts.(having different CSS). How can i do this with a … | |
I am new to AJAX but I have managed to get most of what I need done with AJAX on my site; except one thing that is still eluding me. I am using ajax to post any new entries to the sites DB to the web page in random places … | |
hi i just have a drop down menu which consists of date i need to submit the values and parse those values into date is it possible to do that my code is as <html> <head> <title>TESTING THE DATE</title> </head> <body> <form action="insert10.php" method="post"> <select name="day"> //<option value="null" selected="selected"> </option> … | |
Hello guys! I am editing a program regarding billing system done in Php and MySQL and generated using the Code Charge Studio. I have problem in validating a newly entered data. What i want is to check if the billing statement number is existing or not and will not saved … | |
I am using Apache 2 with windows web server 2003 on the windows XP. I have problem using exec() command. My safe_mode is off. Does anyone know what can be the reason why exec() does not function? It is interesting that immediately when I restart the Apache server exec() command … | |
Please help. I don’t consider myself technically savvy, though I am doing my own web site and have managed it for several years. My husband helps with a lot of the questions that I have and can often figure things out when I cannot. With that said, this is what … | |
well here is the part of my script that is malfuctioning. [CODE]require "config2.php"; require "config.php"; $result = mysql_query( "SELECT `sum` FROM `subs`" ); $sq = mysql_fetch_assoc($result); $value = $sq['sum']; $val = preg_replace('/$/', '', $value); ?> <br> <?php echo $val; $query = mysql_query( "SELECT title, threadid FROM `thread` WHERE forumid = … | |
I need to return some HTML code stored as a text data type in my database. Is there a way to return this HTML effiencly through PHP that will execute this code when HTML parses the page? Currently I have this: [CODE]$result = @mysql_query("SELECT * FROM sponsors"); $num_rows = mysql_num_rows($result); … | |
Hello again... I've connected to th edb but i need to insert into the db in phpmyadmin.... I dont get any errors it says that it has inserted the data, but it hasn't...please help... my code... $link = mysql_connect('localhost', 'root', ""); if (!$link) { die('Could not connect: ' . mysql_error()); … | |
We all know [URL="http://www.wordpress.com"]http://www.wordpress.com[/URL] We create account there and it comes like: [URL="http://www.javedkhalil.wordpress.com"]http://www.javedkhalil.wordpress.com[/URL] or [URL="http://www.leopardsag.wordpress.com"]http://www.leopardsag.wordpress.com[/URL] Ok now is it possible in php that we give user permission to create a website or a single page on our domain and its url will be like that. User name is added before … | |
Hi, I am using a PHP form and I would like to have the ability to convert any emails and URLs that are in the post to automatically have a hyperlink. I don't want to enable any other html tag other than the hyperlink in my posts and I am … | |
Hello all...I am having a little trouble with using an ifelse statement to print information from one page to another. I have a form that has several questions and the user has to select one out of the few radio buttons...etc...when done they hit submit which is 'confirmed' on the … | |
hi friends How to display the google map using php? and how to calculate the latitude and longitude using php .Please send me any sample code . Please advise Thanks | |
It is my first time in here and also my first question. I hate to admit it that I got stuck now. I got the Apache set up on my new computer and also the PHP5. After that, I modified the Apache2 httpd.conf file. [i]I added this into my configure … | |
Hi - I am just learning PHP. I installed Apache, PHP and MySql on my computer (XP pro) and it is working. I use dreamweaver and when I preview it - my php code works. However, when my code does not work, instead of getting a syntax error, I just … | |
Hi all i new to MySQL and currenlty now is trying to do a database and upload it up to PHPMyadmin so that the page im am creating can use it but im facing a big problem here Error SQL query: # # Database structure for database 'database name' # … | |
hi can anybody help me i need to get the data from db through php script my code is : <?php $con=mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("poll",$con); echo "DB SELECTED<br>"; $result=mysql_query("select question from pollquestions",$con); echo "QUERY EXECUTED<br>"; echo $result ; echo "<br>DATA DISPLAYED<br>"; mysql_close($con); … | |
I currently run your typical city guide web page and for this entire post i am going to use my artsandculture page with in this page i have sub pages of museums,wine,galleries when a user clicks on museums there is a list of all the museums in html format and … | |
I am looking for a set of buttons (CODE) for making a NAV set for php and mysql, I need next prev top bottom along with edit add delete reset, any one know of a good starting place to look at least? I would like for it to be working … | |
Hi, Wishes. I need a page with two frames or something. say questions list is in one and in another is for listing questions added by the user for a paper exam. Each frame should have checkbox which is selected across each options and when the move button is clicked … | |
Hello all...I am in a rut, confused. I have created an html/php web form it works fine, the user enters the info and submits it to a confirmation page and then when the user clicks ok I need for the information to be sent to 2 email address' one it … | |
Hi all, I'm having just a slight problem in that I have recently installed the PEAR unit, however when ever i try to use either; fetchRow() getRow() I get the following error: Fatal error: Call to undefined function fetchRow() or Fatal error: Call to undefined function getRow() I assuming this … | |
Good Morning, I'm trying to learn php, I was wondering if their is anyway I could practice the server side script on my windows xp home computer? I have a website that is on a linux server. I'm sure this has been asked many times, I tried looking, but could … |
The End.