38,021 Topics

Member Avatar for
Member Avatar for Harneet

Dear Friends, I'm having problem with this Parse Error. Can anyone please help me out. [B]Parse error[/B]: parse error, unexpected T_STRING in [B]/mnt/w0400/d35/s32/b024de92/www/Catalog/nfoscomm/catalog/includes/languages/english/shipping.php[/B] on line [B]16[/B] Here is the code: [php] <?php /* $Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 …

Member Avatar for cdwhalley.com
0
214
Member Avatar for dudecut2000

guys i ve just installed php in my machine!! i am getting parsing error resulting in a blank page!! the code is as follows <HTML> <HEAD> <TITLE>My first PHP program</TITLE> </HEAD> <BODY> <?php ----->print(“Hello, cruel world"<BR><BR>\n”); phpinfo(); ?> </BODY> </HTML> when running with the arrow part commented it is running …

Member Avatar for dudecut2000
0
98
Member Avatar for rajan25

Hello all I am not sure if this is the right place to post this message but here it goes. Looking for a website that is like a directory from Travel to Dating to careers. We will register with agencies offering affiliate commissions. These links however should be masked for …

0
51
Member Avatar for sac_bid24
Member Avatar for digital-ether
-1
67
Member Avatar for timhysniu

Hi there, I am wondering does anyone have any idea how to execute PHP scripts (a maintenance script in my case) in the background. The reason for this is because I don't want visitors to be slowed down by the maintenance execution, so having it run as a separate process …

Member Avatar for timhysniu
0
300
Member Avatar for raeyshe

[B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/home/content/r/a/e/raeyshe/html/fanlisting/admin.php[/B] on line [B]21[/B] [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/home/content/r/a/e/raeyshe/html/fanlisting/admin.php[/B] on line [B]26[/B] [code]<? if ((!$_POST['action'] && !$_GET['action']) || $_GET['action'] == "login") { // get total member count $querycount="SELECT id FROM …

Member Avatar for raeyshe
0
113
Member Avatar for jeadeb

Hi all.. I have built a knowledge base, in html.. would just like to know how I can search for an answer using a search form, that I can have on the home page to find answers on the other html web pages., and just open that web page with …

Member Avatar for Rotak
0
133
Member Avatar for vssp

Hi friends I need your help.I am using two list box in my application. when i select one list box value corresponding values only listed in tha another list box without page refresh. Two listbox values are stored in database. if i select the one listbox values get the vlaue …

Member Avatar for Lafinboy
0
62
Member Avatar for digital-ether

Hi all, I was wondering if there is a way of getting the list of functions inside a class in PHP4. This would be similar to the ReflectionClass in php5. Say for example I have: [PHP]class testclass { function func1() { echo 'I am func1'; } function func2() { echo …

Member Avatar for digital-ether
0
117
Member Avatar for tzan2833

[COLOR=#0033cc]Dear all[/COLOR] [COLOR=#0033cc][/COLOR] [COLOR=#0033cc]I have the following problem. I am trying to communicate with mysql through php but unsuccesfully. In the following script when i misspell the password it gives me the error message. but while it does not create the database it does not return any message. It seems …

Member Avatar for BlazingWolf
0
116
Member Avatar for DigitalDre

Hi i also have the same problem: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/digital/up51/libs/dblib.inc on line 356 here is the script: **=======================================================================// // Get Members based on their individual loans // Files which uses this function: form_collections.php //========================================================================*/ function getMembers($loan_type_ID,$loan_accnt_ID) { global $link; $new_temp …

Member Avatar for Lafinboy
0
94
Member Avatar for tefflox

i'm unsure if i need to use an array (i'm a newbie to php, the most i've done is make text appear in random color)... anyhow, i want to pass a string to a function that will decrement a color value for each character. here is what i have so …

Member Avatar for tefflox
0
96
Member Avatar for vssp

Hi friends, I need some clarification to covert the pdf file to html file using php. I have no idea to convert the files using php. Please send me any ideas and your suggestion how to convert the pdf files to html .. Thanks Vssp

Member Avatar for Puckdropper
0
159
Member Avatar for mikeandike22

I need to open an xml file and allow people to add entries to the file. So i need to open it with read and write access be able to insert an entry and then close it with read only access so another program (adobe bridge) cant write over the …

Member Avatar for digital-ether
0
120
Member Avatar for vssp

Hi friends In my application i need to connect multiple database.First i connect one database and got the value then i connect another database to insert the values . If any possible to two database to connect single application . Please send me your suggestion . Thanks vssp

Member Avatar for vssp
0
74
Member Avatar for jagseo

hi i have TWO combo Combo A and Combo B, Combo A fetch data from database means dynamic values.... now i want that if user select Combo A and select prticular row or index and press ADD button than the selected value should add to Combo B...if user selecte ALL …

Member Avatar for digital-ether
0
64
Member Avatar for dcarrillo18

I have a php login system that uses SQL to store users and passwords but users can still download .mp3 files or even pictures (jpeg, gif, etc). Is there anyways I can protect my web directories and files using .htaccess without that popup asking for user and password but using …

Member Avatar for digital-ether
0
97
Member Avatar for vssp

Hi friends Thanks for your help to solve the fck editer issue . I need one more clarification to optimize the query . I hope you are solve my issue . I am using INDEX key to optimize the query . That time in database only 75000 records only but …

Member Avatar for pritaeas
0
64
Member Avatar for donkey

I've got a problem. I'm writing an input form that takes a file name from the user. i want to put a button next to the text box that will open up windows explorer to ensure that there are no typos in the path. does anyone have an idea as …

Member Avatar for donkey
0
166
Member Avatar for jeadeb

Hi everyone!! I need some help with setting up a php page that calls an sql database.. here is what I want it to do? -firstly: a user must be able to log in(because under this login you must be able to get stats from this user) Then the user …

Member Avatar for jeadeb
0
268
Member Avatar for vssp

Hi friends Right now i am using fck editer to create the html page . I need create new html page fckediter and insert the values database and edit the values. Now i configer the fck editer php application But i unable to insert and update the values database . …

Member Avatar for digital-ether
0
147
Member Avatar for vipula

I have a script to query mysql database and display search result on split pages. Every data sets have check boxes, I want to select some data sets from my search result by clicking check boxes and to display the selected datasets when I click on display button. I want …

Member Avatar for vipula
0
226
Member Avatar for angelv

HI I am new to php I would like to ask how I can insert a C source code into a php file please help I have a C scheduling algorithm that I'd like to use for my site that I am developing using php/mysql but I don't know how. …

Member Avatar for iamthwee
0
173
Member Avatar for CraigTussey

Hello, I have a Windows XP Home, Apache/2.0.49 (Win32), PHP/5.1.4 mod_perl/2.0.2, Perl/v5.8.3, MySQL 5.0 platform at my home. I've been doing Perl work with mod_perl on the Apache for some time with no problems. I've worked with PHP and MySQL at other places, but have just recently installed them in …

Member Avatar for iamthwee
0
161
Member Avatar for metabo_man

this is probably one of the best places to ask such questions. so i do it now. first of - i have to explain something; I have to grab some data out of a phpBB in order to do some field reseach. I need the data out of a forum …

Member Avatar for metabo_man
0
156
Member Avatar for Code.Red

Hey everyone! I'm having some problems with the time being off when I use this code: [php]<?php echo gmdate("l, F j, Y g:h A",time()); echo "<br><br>"; echo date("l, F j, Y g:h A",time()); echo "<br><br>"; echo time(); ?>[/php] You can see it on my site here: [URL="http://codered.xmshosting.net/time.php"]http://codered.xmshosting.net/time.php[/URL] It should show …

0
761
Member Avatar for tarikkirat

Hi I'm real new to php etc, and just wanted to know if there were any implications to using an IIS on windows as my server rather than apache? thanks alot...oh apart from the obvious being apache is free open source....:)

Member Avatar for Puckdropper
0
47
Member Avatar for himerus

My question/issue is that I want to turn off [b]PHP safe_mode[/b] on a new server... The server is running Ensim 3.5 Pro, and this is the 3rd ensim server I have from ev1servers.com... The server is completely dedicated, and will NEVER host anyones site/sites but my own for a project …

Member Avatar for vartotojas
0
235
Member Avatar for mikeandike22

ok so i built a simple playlist type thing where the user can click a link and then the player will play that song. Now i would like for the page to get info from an xml file and then display a short description. here is my php: [PHP]<?php //select …

Member Avatar for mikeandike22
0
153
Member Avatar for zippee

Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop my shopping cart, I used IP address as one of the variables to identify user (other variables are datetime and url) and its shopping cart content. It was alright until someone …

Member Avatar for TopDogger
0
480

The End.