39,393 Topics

Member Avatar for
Member Avatar for phpnovice

Hi, I built a homepage. Some folders/pages should be no-accessible to visitors. Could someone show me a simple php script to do this. Thanks. phpnovice :lol:

Member Avatar for joelgreen
0
138
Member Avatar for ishwar

Hi, in our school, downloading of music files,aqvis,mpeg, exes, zips are disallowed , since i know a bit of php , i wanted to know if i can initiate a download from some http address, using php, and after the file has downloaded into the web server, php renames the …

Member Avatar for paradox814
0
147
Member Avatar for s2j1j1b0

I'm trying to get PayPal's PHP SDK running on Windows. After running install.php, I get the following error: "The PayPal SDK requires curl with SSL support" How do I fix this?

Member Avatar for Puckdropper
0
281
Member Avatar for Ryyback

Hey all, [COLOR=red]I just moved this over to here sort of on the advice of a fellow poster.[/COLOR] I have a web site that is as new as I am to this. I have forum, but I would like to add a CLASSIFIED page to it. The PHPBB has a …

0
49
Member Avatar for titu

Please send me the php script of remember my password. [CENTER]User Name[/CENTER] Password [CENTER] [/CENTER] [CENTER] [/CENTER] Remember Me I want the password to remember when the user visits again on the site.Pls forward to my mail address at [email]gurpreetjohal@sikhpointmail.com[/email]

Member Avatar for Lafinboy
0
134
Member Avatar for hbmarar

Hi , Wishes. I am not sure why it happens so but i would like to request experts in solving this. plzz when i browse this link, [url]http://tech2sol.com/sonoma/scvmap/index.php?x=602&y=769&zoom=6[/url] it gives me no data image as it should but there is the respective image in ther server. Image could be viewed …

Member Avatar for hbmarar
0
168
Member Avatar for tefflox

here is the code, which is meant to output a string of about 50 characters made of — and  , in random color for the dashes, with the dashes occurring only in pairs. I get a "0" for the final output. [code] function flow() { $ar = array( 0 => …

Member Avatar for tefflox
0
100
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
222
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
113
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
52
Member Avatar for sac_bid24
Member Avatar for digital-ether
-1
69
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
302
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
115
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
135
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
64
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
119
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
118
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
97
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
98
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
264
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
124
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
76
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
66
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
99
Member Avatar for tzan2833

Dear all I have a few questions. I would be grateful if you could take the time to answer. I have installed on windows xp home apache2, php 5 and mysqlserver 5. The [URL="http://localhost"]http://localhost[/URL] page of apache works fine. The <?php echo phpinfo(); ?> page works fine. However when i …

Member Avatar for pritaeas
0
135
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
66
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
168
Member Avatar for Lbruce

Hi there, i retrieve a data set from a mysql database and i store it in a javascript array. What I cannot figure out is how to provide users with a drop down menu with two options and based on what they select, different records from the data set will …

0
76
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
282
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
149

The End.