39,320 Topics

Member Avatar for
Member Avatar for Ciscoguy

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 …

Member Avatar for einfoway
0
95
Member Avatar for smac

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 …

Member Avatar for Puckdropper
0
193
Member Avatar for hi-hacker

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 …

Member Avatar for hi-hacker
0
343
Member Avatar for mithesh

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 …

Member Avatar for stymiee
0
342
Member Avatar for Dsiembab

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 …

Member Avatar for Dsiembab
0
123
Member Avatar for bharat_bhusanam

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 …

Member Avatar for Puckdropper
0
73
Member Avatar for gallopers

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 …

Member Avatar for Puckdropper
0
105
Member Avatar for php_coder

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 …

Member Avatar for zingomams
0
136
Member Avatar for netlatch

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 …

0
71
Member Avatar for mithesh

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> …

Member Avatar for Fungus1487
0
83
Member Avatar for dudegio

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 …

Member Avatar for dudegio
0
95
Member Avatar for rinko

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 …

Member Avatar for pritaeas
0
97
Member Avatar for icreate

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 …

Member Avatar for ithelp
0
90
Member Avatar for alex905

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 = …

Member Avatar for coolkartik
0
129
Member Avatar for Barefootsanders

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); …

Member Avatar for macneato
0
619
Member Avatar for pbrookee

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()); …

Member Avatar for ProgrammersTalk
0
129
Member Avatar for leopardsag

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 …

0
71
Member Avatar for 123cc

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 …

Member Avatar for Dani
0
75
Member Avatar for pbrookee

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 …

Member Avatar for pbrookee
0
96
Member Avatar for vssp

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

Member Avatar for vssp
0
69
Member Avatar for invisal

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 …

Member Avatar for Rhyan
0
426
Member Avatar for dmcutaia

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 …

Member Avatar for Rhyan
0
148
Member Avatar for lzmiy

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' # …

Member Avatar for leelee
0
72
Member Avatar for mithesh

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); …

Member Avatar for Rhyan
0
79
Member Avatar for shortybookit

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 …

Member Avatar for Rhyan
0
132
Member Avatar for krisfr

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 …

Member Avatar for jbennet
0
178
Member Avatar for hbmarar

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 …

Member Avatar for ghostsquad
0
62
Member Avatar for pbrookee

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 …

Member Avatar for pbrookee
0
151
Member Avatar for crws416

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 …

Member Avatar for netfreehost
0
116
Member Avatar for Dsiembab

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 …

Member Avatar for Dsiembab
0
177

The End.