39,316 Topics

Member Avatar for
Member Avatar for ANicholson

Hi, I'd be grateful for a little help. I have a script which generates invoices as PDF files and stores above just above www level (so they cannot be access directly via a URL). I would like users to be able to access their own invoices but nobody elses. My …

Member Avatar for vincent2085
0
139
Member Avatar for mark2326l

I have a submit form with a text field. I want it to auto fill the date "7 days" from now into MySQL, and also be editable. The code below worked fine a few days ago, well until a new month is coming around the corner. [CODE]$SevenDay = date("d") + …

Member Avatar for almostbob
0
84
Member Avatar for entercow

Hi All. I am having some troubles pulling an Image Blob from a DB and rendering it to the webpage. I can successfully get the images, but when I display them they are being cut off at 4.0Kb - so only the top 25% or so is being displayed. I've …

0
60
Member Avatar for mrcniceguy

I`ve finished my website,its a social netwrk web in PHP. Now before i lunch it,i would like to know what are the precautions i should take to protect it from hackers. please if any one has idea on what i should do,to protect mysql,and my site as a whole.i will …

Member Avatar for mrcniceguy
0
293
Member Avatar for dmorrison

Hi can someone do me a massive favour and code something simple as i dont have time at this minute and need it fast. Key Requirements: have administator panel to add phonenumber & name have a front end with a simple javascript filter with a A-Z menu to filter and …

Member Avatar for peter_budo
0
68
Member Avatar for usmanbssi

i am using a PHP file to first connect to my database and then make a table in that database. i am able to connect to the database fine but i can not create a table, it keeps on saying: Warning: mysql_query() [function.mysql-query]: Access denied for user 'SYSTEM'@'localhost' (using password: …

Member Avatar for nav33n
0
165
Member Avatar for penepepe

hi all i'm trying to send an email with an attachment from a form and i've found a few scripts on the internet but can't make them work. has anyone got any simple code that works for sure? and another question: is the attachment sent directly or it has to …

Member Avatar for slyme
0
306
Member Avatar for danielpataki

Hi Everyone! The title pretty much explains it all! I have a variable which holds the site's root url, but to make it work online and offline on my xampp, I need to make some differences. When the end variable is output, there are two "intermsediary" ones I used to …

Member Avatar for cwarn23
0
166
Member Avatar for SgtMash

Hi guys. I'm trying to validate some code, but getting ID already defined errors...which I 'm expecting as the code loops through a record set and re-uses the DIV id. The question is how would you get round this? I thought about adding a simple variable +1 to the ID …

Member Avatar for SgtMash
0
75
Member Avatar for seangdy

Here is my code: <title>Hanuman Database</title> <div align="center"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"><img src="../images/bg_up_exp_left.GIF" width="20" height="20" /></td> <td width="722" background="../images/bg_up_experience.gif">&nbsp;</td> <td width="10"><img src="../images/bg_up_exp_right.gif" width="20" height="20" /></td> </tr> <tr> <td background="../images/left_bg.gif">&nbsp;</td> <td><table width="758" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="../images/logo_1.jpg" width="96" height="122" /></td> </tr> <tr> <td><?php [B]session_start();[/B] echo "Global …

Member Avatar for seangdy
0
82
Member Avatar for Aamit

Problem definition:- When the customers are shopping on the store they should get the suggestions for the shopping they are doing. e.g. If a person is shopping for a party, he will fill a form giving the details about the same. [COLOR="Green"]If he has given the values like 100 people …

Member Avatar for ithelp
0
90
Member Avatar for servis

In php file while loop is used to populate data in array in a following way, [ICODE] $result = mysql_query($sql ) or die ('Error, list failed. ' . mysql_error()); while($row = mysql_fetch_array($result)) { $row[tableLegends]; $link[]=$row; } [/ICODE] and for loop is used in printing data in theme file [ICODE] for …

Member Avatar for blocblue
0
75
Member Avatar for lucky13

i have a site the is live being testes but it wont let mail be sent and i have changed it to mail.companyname.com like i was told but still nothing and the sever said i need yes, you will need to put the full email address in order to make …

Member Avatar for cwarn23
0
139
Member Avatar for vijaysoft1

I am trying to display Indian time in a text box using PHP , my script is working but there is no 'AM' or 'PM' . I am getting the time with AM or PM when i am using echo statement . Help me please ..... this is the screen …

Member Avatar for cwarn23
0
144
Member Avatar for crazy4fun

I'm new to this technology. I'd be glad if somebody help me in starting this and guiding me where to start? and how to start? to learn this new technology.

Member Avatar for crazy4fun
0
250
Member Avatar for yesiamchamp

<?php session_start(); $_SESSION['number']=$_POST["number"]; $userAgent = "Googlebot/2.1 (+http://www.google.com/bot.html)"; $target_url="http://example.com/".$_SESSION['number']; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$target_url); curl_setopt($ch, CURLOPT_USERAGENT, $userAgent); curl_setopt($ch, CURLOPT_FAILONERROR, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_COOKIEFILE, "cookiefile"); curl_setopt($ch, CURLOPT_COOKIEJAR, "cookiefile"); # SAME cookiefile curl_setopt($ch, CURLOPT_AUTOREFERER, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER,true); curl_setopt($ch, CURLOPT_TIMEOUT, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $html= curl_exec($ch); echo $html; $dom = new DOMDocument(); …

0
57
Member Avatar for AdventDeo

Hello it's me again! So I've managed to create 4 linked drop down boxes like: Country : [===Country===|v|] Client : [===Client===|v|] Environment : [===Environment===|v|] System: [===System===|v|] And it's working fine with the codes written at the end of this post. Next step is I wanted a Table to contain 2 …

Member Avatar for Josh Connerty
0
233
Member Avatar for mbirame

Hi folks, I'm really at a loss here, and I'm no really even sure if this is the place to post-if not, please feel free to send me where you think I can figure this out! I have a php login page that is connecting to a database that is …

Member Avatar for Josh Connerty
0
95
Member Avatar for IntoDEV

Ok.. i have a script that lets the authorized user to browse and download the files they want(that's what it supposed to be), but... i can't get to give the user files via links. The files are in a different drive and folder then apache, so how can i make …

0
38
Member Avatar for jonow

Hello I am very new to PHP. I want to make it so i can edit a certain div in an HTML page using a WYSIWYG editor such as TinyMCE. Is there a way to do it so lets say I have a list of all the pages on my …

Member Avatar for jonow
0
131
Member Avatar for koyel555

I have created a form, created a table with background image (image can be changed dynamically) & inside table there are some divs <div>. There are some texts in div, these texts can be altered. What I need to submit/preview the form, when the form will be submitted 'only table' …

Member Avatar for FlashCreations
0
169
Member Avatar for rayhova

First off I want to apologize for any confusion as I'm not a programmer, so what I say, and am trying to convey, may come across as backwards or excessive. So I apologize for my ignorance. Somehow though, I manage to lumber my way through these scripts.. lol PHP Code …

0
82
Member Avatar for kote_p

Hi all, i need to write a script for the web portal that uploads pictures and text on the specific location on the page. I uploaded the picture but i can't display it.

Member Avatar for digital-ether
0
48
Member Avatar for lucky13

Hey I have a website and the administration panel is powered by cPanel. I cant seem to find out why i cant send mail when using the site I have squirrel mail installed and I have a cPanel password changer plug-in installed for squirrel mail., . here is the codeing …

Member Avatar for digital-ether
0
152
Member Avatar for whitestream6

I've been trying out arrays recently, and this is my coding: [ICODE]<?php $data = array('autoguide1'=>'car', 'baz'=>'boom', 'scotland'=>'haggis', 'php'=>'hypertext processor'); echo http_build_query($data); // autoguide1=car&baz=boom&scotland=haggis&php=hypertext+processor echo http_build_query($data, '', '&amp;'); // foo=bar&amp;baz=boom&amp;cow=milk&amp;php=hypertext+processor ?> [/ICODE] What I want to try and do is make my PHP code run so that I can include a …

Member Avatar for slyme
0
81
Member Avatar for daastan

hi, can anyone please guide me how to install PHP fourm and IIS server on WIndows XP . i really need to get started with this tahnx

Member Avatar for DdoubleD
0
276
Member Avatar for hawashafiq

hello reader.. i am developing a website. One of the web's page is PRODUCT page where user can view, or purchase the item. There are 3 categories under PRODUCT which are; pet, gardening and food.. I'd like to implement user preferences in this page. User will pick its preferences via …

Member Avatar for hawashafiq
0
146
Member Avatar for Hugo Brand

Hi I've been doing a study of some PHP code developed by another author in 2002. The article could be found at: [url]http://www.devshed.com/c/a/PHP/Building-A-PHPBased-Mail-Client-part-2/3/[/url] The functions I need help with in understanding are: function parse($structure) //custom function developed by author function get_attachments($arr) //custom function developed by author The following line gave …

Member Avatar for Hugo Brand
0
138
Member Avatar for ebaybe

Hello, I am new at this. My new website has 'weirded out' for this reason: Parse error: syntax error, unexpected $end in /home/content/e/b/a/ebaybe1/html/wp-content/themes/paisley/page.php on line 57 ???? Please tell me what this means and do I fix it from the site/wordpress end or the files end. I am using word …

Member Avatar for ebaybe
-1
201
Member Avatar for mcatominey

The code below should produce my homepage but it doesnt display the stuff from the database, the page works by setting the content as the $content variable and then replacing it in the template file to make the page, any ideas? [CODE]$content = '<div id="leftindex">'; if ($db_found) { $SQL = …

Member Avatar for mcatominey
0
95

The End.