39,320 Topics

Member Avatar for
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
97
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
805
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
188
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
143
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
214
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
159
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
323
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
176
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
300
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
101
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
183
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
90
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
202
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
105
Member Avatar for BinFrog

Hi everyone, I have a SQL statement that runs just fine: select distinct(b.swName), a.mwBillToCompanyID, a.mwPaymentTerm, c.swCountry, d.mwCommCode, e.mwGRWarehouse, e.mwDongle, case when e.mwExportStatus in ('B','C','EL','EUS') then 'End Use Required' else 'No End Use Required' end as 'EndUse', dbo.mw_Get_Distrib_Countries(a.mwBillToCompanyID) as 'Countries in Territory', mwDiscountName, dbo.mw_Get_Distrib_Discounts(a.mwBillToCompanyID) as 'Discount Amounts' from mw_office_info a join …

0
90
Member Avatar for server_crash

I know that you might get mad at me for posting this here, but I CAN'T seem to get anyone's help elsewhere. I installed a simple attachment mod for a phpbb forum, and it's done something...I get these three errors: Warning: Cannot modify header information - headers already sent by …

Member Avatar for Troy
0
130
Member Avatar for lonelystll

hi, i'm really a newbie and hoping that anyone can help me with this. I have a Window XP installed running IE6. i sometime run registryfix to clean up window. ...recently, when i run registryfix, it stops at HKey_Current_User/software/microsoft/internet explorer/main/showedcheckbrowser. ...It stops and then abort the operation of registryfix. Thus …

0
49
Member Avatar for BBDS

Hi there, i am looking for a random google search script, which i have seen several month ago on a site, i couldn`t remember. Its very simple just graps some words from a dictonary file and send it to google with a seach reply. Maybe someone knows where i can …

Member Avatar for BBDS
0
98
Member Avatar for hbmarar

hi, I am not able to make out the use of vcalendar.I think it suits my need. I would like to make a small apllication that would be working in a intranet and the issue is I want to get some data of date expiry in the client outlook or …

0
77
Member Avatar for ashneet

I am really not sure what kind of problem this is but my guss is that it has to do something with php here is the code: [PHP]echo "<tr> <td colspan=\"3\" align=\"center\">"; for ($I=0;$I<$nrow;$I++) { $row1 = mysql_fetch_array($result); extract($row1); echo "<a href=\"./result?result_catalog=$TBL\"><img border=\"0\" src=\"http://www.eezs.com/images/$Picture\" width=\"111\" height=\"90\" /></a>"; if ($I == …

Member Avatar for ashneet
0
115

The End.