38,020 Topics

Member Avatar for
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
299
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
172
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
296
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
176
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
128
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
Member Avatar for tim_ver

I would like to have weather on my website, just current conditions. I have seen some websites that have it on it now. Here is one I like : [url]http://www.accrisoft.com/index.php?submenu=Contact&src=gendocs&link=ContactInformation&category=Contact[/url] Can someone help me out on this? Thanks alot. :)

Member Avatar for tim_ver
0
203
Member Avatar for mohamed78

hi .... i want a code in php make me can to send an email from my web site for any one with image and text ... plze help me :-| :-| :rolleyes: :cry:

Member Avatar for jayant
0
88
Member Avatar for n2ads

Hi, I bought a turnkey website that is just like the-car-site(.com) For some reason when a user logs in and posts an item for sale, the item does not show up in the search results. Can someone tell me what to do to fix it?

Member Avatar for n2ads
0
87
Member Avatar for Sp!ke

Hello everyone. I have a page that echos success on a successful login, and I want it to then sleep(2); and then redirect to another page. Unfortunately and obviously, the headers are already sent if I'm in the body of the page. So, is there a way (with any language, …

Member Avatar for zippee
0
168
Member Avatar for n2ads

I have a script on my website that requires an includes.php file to work. I am trying to control the font size of the links that it provides but I do not know how to do that. Can someone help me? Here is the code on my site that gets …

Member Avatar for zippee
0
247
Member Avatar for TAW1

Hello there! We're working on development of a site for a person who would like a calendaring function for the site users. Specifically we're looking for a small-sized calendar (approx 2"x2" at the largest) that can show (by hilighting or a small graphic) what the current day of the month …

Member Avatar for zippee
0
77
Member Avatar for n2ads

I recently purchased a domain name on a server that came with a website that has been set up like a classifieds site. an example is at [url]www.the-car-site.com[/url]. It uses php to run the whole thing. I don't like the way the site has been set up graphically and so …

Member Avatar for n2ads
0
103
Member Avatar for n2ads

I have a classified site and when I try to add a listing through the site admin panel I get the following error: Warning: Cannot modify header information - headers already sent by (output started at /home/n2ads/public_html/includes.php:292) in /home/n2ads/public_html/siteadmin/AddOffer.php on line 54 Can someone help me fix it?

Member Avatar for n2ads
0
112
Member Avatar for Brinnie

Hi people, once again I need your help. :o I have just installed a toplist {[url=http://www.artanderotica.com/toplist/]Here[/url]} I want to put it centered on the bottom of {[url=http://www.artanderotica.com/links]This Page[/url]} I am mildly familiar with php includes and iframes, but I don't know the best way to go about doing this and …

Member Avatar for Brinnie
0
121

The End.