39,326 Topics

Member Avatar for
Member Avatar for vartotojas

For my website, I'm trying to create a login form where visitors can type in their login/password, and have PHP check that login with HTTP Authentication (.htaccess). So instead of user typing in the direct URL and entering their user/password in the pop up box, they could simply do it …

Member Avatar for tristan17
0
135
Member Avatar for paradox814

how do I reverse the direction of a slash? I am trying to reverse the slashes in the directory path of a windows system. I have tried so many things but then when I actually test it to make sure it works, it always fails, so I decided to try …

Member Avatar for leelee
0
188
Member Avatar for ! !

[url="http://www.php.net/downloads.php#v5"][color=navy]http://www.php.net/downloads.php#v5[/color][/url] [color=navy]This version is a maintenance release, that contains numerous bug fixes, including security fixes to vulnerabilities found in the XMLRPC package. All users of PHP 5.0 are encouraged to upgrade to this version. [/color] [color=navy]The full list of changes in...[/color] [url="http://www.php.net/ChangeLog-5.php#5.0.5"][color=navy]http://www.php.net/ChangeLog-5.php#5.0.5[/color][/url]

0
58
Member Avatar for Ghost

Hi! Does anyone know how to upload files? I already made the form. Thanks!

Member Avatar for zippee
0
547
Member Avatar for 2ndPlatform

Alright - I'm stumped. I need to get a variable from file1.html to file2.php which is called like this from file1.html: <script src="scripts/file2.php" type="text/javascript"></script> In file1.html I have the variable definition to grab the referring URL - [CODE]<script> if (document.referrer) { var referringURL = document.referrer; } else { var referringURL …

Member Avatar for tgreer
0
216
Member Avatar for zippee

Hi, I have just completed my PHP store search engine. If you have an ecommerce store, you are welcome to add your site to our store directory. Not forget to say it's FREE and reciprocal link is not necessary although we really appreciate every single link back. Here's the place: …

0
67
Member Avatar for Ghost

Hi Everybody, I just got a book on PHP, and I'm trying to learn the language. The only problem is, when I make a php test page: [PHP]<?php phpinfo(); ?>[/PHP], it doesn't work. As a matter of fact, no php pages work (unless the pages are online.) I installed PHP …

Member Avatar for Lafinboy
0
98
Member Avatar for Class

Hello! I'm new here, and also beginner with php programing. i'm just starting to learn the basics, and I mean very basics. :o I have a little problem, what I want to fix on my homepage. the situation is the following: (photos.php) [URL=http://shclass.fw.hu/demo.gif]http://shclass.fw.hu/demo.gif[/URL] This is the starting point. Now, what …

Member Avatar for Class
0
806
Member Avatar for ayk-retail

I have a site, [URL=http://www.andpost.com][B]www.andpost.com[/B][/URL] and I was wondering with 100MB of space for the database, how many users and posts will actually use it up? Thanks, Avrom

Member Avatar for TimmyRaa
0
189
Member Avatar for nathanpacker

Hey everyone, Say I have a folder full of files, zips or whatnot. Is there a script out there that will go through that folder, and create a page of links to download those files. Anything customizable or not. I just have a large collection of files that I would …

Member Avatar for zippee
0
115
Member Avatar for nike123

:?: Have tried to make sense of this, but am not quite sure what this !get_magic_quotes_pgc does, can someone please provide me with a simple expalnation of what it is, and why do i really need it. Please please please. Thanks. :lol: if(!get_magic_quotes_gpc()) { $title = addslashes($title); $content = addslashes($content); …

Member Avatar for leelee
0
147
Member Avatar for bebuuk

Hey, i have recievied Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /u3.bristol/s20/ad999/public_html/register.php on line 63, i was wondering what the problem could be, i really need help as my dissertation deadline is coming soon. <?php # Script 12.6 - register.php // This is the registration …

Member Avatar for bebuuk
0
215
Member Avatar for RoadRunner

Hi everyone, I have an Invision message board and am trying to take the topic section to the right that you choose and put in in my main board index. Anyone know how to do this?

Member Avatar for NubKnacker
0
103
Member Avatar for quansah

how do i make a "search" on my page so visitors can search the site?

0
69
Member Avatar for namit

Just wondering how to start with this, want to make just an shopping cart . Want to do the following. Just there is a list of food on my catalog, then when you click into the checkout it give you a reference so when you go down to the shop …

Member Avatar for namit
0
161
Member Avatar for quansah

i need help with the php coding for integrating an access db with my site.

Member Avatar for zippee
0
92
Member Avatar for ashneet

HI I am pritty new with php but ok with it and what i am trying to do is making an inventory control system which is at time in xls file and want to transfer it to DB. what the problem is that i have never done this kind of …

Member Avatar for leelee
0
327
Member Avatar for ! !

[url="http://www.justatheory.com/bricolage/1.9.0.html"]http://www.justatheory.com/bricolage/1.9.0.html[/url] And finallyā€”yes, you heard rightā€”Bricolage now supports PHP 5 templating in addition to the existing Perl-based templating architectures ([url="http://www.masonhq.com/"][color=#0000ff]Mason[/color][/url], [url="http://www.template-toolkit.org/"][color=#0000ff]Template Toolkit[/color][/url], and [url="http://search.cpan.org/dist/HTML-Template/"][color=#0000ff]HTML::Template[/color][/url]). So how did we add PHP 5 templating to a [url="http://perl.apache.org/"][color=#0000ff]mod_perl[/color][/url] application? Easy: we hired George Schlossnagle of [url="http://www.omniti.com/"][color=#800080]Omni TI[/color][/url] to write [url="http://search.cpan.org/dist/PHP-Interpreter/"][color=#0000ff]PHP::Interpreter[/color][/url], an embedded PHP …

0
177
Member Avatar for rkahn144

I am using the following script to try to have forms emailed to me. I get an email, but it is blank. Why>????????? THIS IS MY SCRIPT: <? $cust_first_name = $_REQUEST['cust_first_name'] ; $cust_last_name = $_REQUEST['cust_last_name'] ; $cust_email = $_REQUEST['cust_email'] ; $cust_address = $_REQUEST['cust_address'] ; $cust_city = $_REQUEST['cust_city'] ; $cust_state = …

Member Avatar for leelee
0
302
Member Avatar for ms88

Hi there, I have some problem with accessing API using PHP. Here is the story : I use PHP as my main script on my webserver. I want to retrieve data in database server (oversea). The database server provides API and it's available to download. So I download the API …

Member Avatar for leelee
0
98
Member Avatar for RoadRunner

I've tried putting in one, but I am not very knowledgeble at this and the site that had it was horrible for help. I need a shout box that uses your boards already existing information. Only members shout for example. Anyone know how to do this really simply or can …

0
57
Member Avatar for Joanne-RCI

I have a very simple program to generate pdfs from data stored in a db. I am using fpdf but have recently run into an issue where as soon as my pdf file reaches approx 7.7 kb it's like it stops generating the file. We increased the memory allocation in …

0
74
Member Avatar for heavychevy

I've got an insert statement where there is a memo field that can easily contain quotes or single quotes or apostrophes. I cannot get it to insert I have tried with replacing the aposatrophe with a ', doesn't like it i have also tried if (get_magic_quotes_gpc()==1) { $notes = stripslashes(ereg_replace('"','&#34;',$_POST["other_notes"])) …

Member Avatar for heavychevy
0
103
Member Avatar for sifuhall

I'm in quite a bind and need help. I must have PHP (version 4 or 5) installed on a Windows 2003 IIS machine ASAP. I have been trying for a couple of days and had no luck at all. I followed the instructions here: [url]http://www.benmardesign.com/IIS_PHP_MYSQL_setup/php_setup.html[/url] with no luck. If anyone …

Member Avatar for zeromancer
0
109
Member Avatar for vjw757

hay i just wanted to know if anyone could do a script like the one here [url]http://findingahost.com/[/url] or if they know what script they are using.

Member Avatar for tomcromp
0
122
Member Avatar for MaxM

Hello friends I am using Image Management software (by webligo) on my image hosting site...but when i try to login to account it don't let me in! -it say 'You must have cookies enabled'... i have tried to login from different browsers,different computers BUT all vain :(:( Can someone help …

Member Avatar for MaxM
0
184
Member Avatar for eugui

hello guys, i have a system login and i put the correct login and password and the script is correct but donĀ“t show any information about the user [PHP] <? if (isset($_POST['usr']) && isset($_POST['pwd'])) { $usr = stripslashes($_POST['usr']); $sql = mysql_query("SELECT * FROM usuarios WHERE login = '".$usr."'"); $campo = …

Member Avatar for eugui
0
118
Member Avatar for Joanne-RCI

I have been trying to implement UFPDF into my programs which currently use FPDF to generate pdf files. We have changed to use UTF-8 within our system and now must change the pdf generation programs. I have also tried TCPDF and do not seem to be able to get anywhere …

0
92
Member Avatar for eugui

hi, i have two tables and i want to search in two tables and show info about the user. i have: ususarios id name age login 1 ruan 14 ruan1 boleto id name money login 5 ruan 43,00 ruan1 and i have this code: [PHP] if (isset($_POST['usr']) && isset($_POST['pwd'])) { …

Member Avatar for techniner
0
204
Member Avatar for eugui

i have: [PHP] function numero() { $R .= rand (1,100000000000000); } $sql = "INSERT INTO boleto (`numero`) VALUES ('".numero()."')"; $comsql = mysql_query($sql) or DIE("ERRO Mysql: ".mysql_error()); [/PHP] and why no insert the rand number? why?

Member Avatar for eugui
0
106

The End.