38,020 Topics

Member Avatar for
Member Avatar for Joe34

The code was designed to create a new page with the random number and then it would insert code into the newly created file. This worked when I was using my localhost, but now I receive these error messages. I looked around the web and I saw somethings about permissions??? …

Member Avatar for nonshatter
0
491
Member Avatar for NinjaLink

I am using dijkstra's algorithm to try to gather fake street names and find the shortest path. However, I can only get numbers to work instead of strings... The example of my results is below. [B]Results:[/B] The shortest route from 0 to 1 is : From Street 0 to Street …

Member Avatar for pritaeas
0
160
Member Avatar for shafeequeom

I have a html template.I want to add login php script to my html.Putting frame and taking php to html is making some problem.Plaese help me, how i can take php script to my template

Member Avatar for shafeequeom
0
175
Member Avatar for jonnypixel

Hi, I am trying very hard to make my own recurring invoice script. I simply have a field where the invoice date is entered. I just want to check if the date is equal to the date+1year ahead of time. If so then run the rest of the php to …

Member Avatar for jonnypixel
0
118
Member Avatar for Awah Mohamed

hey people i wrote this code and i got a problem , i cant register a session . this is the login form : [CODE] <?php if(!isset($_POST['username'])) { $title = "- signin"; include "header.php"; include "nav.php"; ?> <form action="" method="post"> Username :<br /><input type="text" name="username" size="70" /><br /> Password :<br …

Member Avatar for Awah Mohamed
0
246
Member Avatar for Sorcher

Hello guys, i stumbled over a htaccess trick once but cannot find it again. I need a htaccess script that prevent files in a specific folder to not be executed. If any of you have this / know about it, i would love you for the rest of your life!*cough*

Member Avatar for Sorcher
0
80
Member Avatar for mbarandao

Hello: I'm trying to strip a word out of a variable and echo it out. here is what I mean: [CODE]$from[/CODE] the value of which is INTERVAL 7 DAY I have this line that includes the variable: [CODE]echo"The total number of transaction(s) found within the last $from: "; echo $row["numrecords"]; …

Member Avatar for mbarandao
0
104
Member Avatar for super_alex
Member Avatar for lit108

I have having a problem with a script I have wrote for resetting a members password Basically it checks to make sure the user has entered all the fields in the reset form, then it checks that the email they have entered is the same one they login with, then …

Member Avatar for lit108
0
118
Member Avatar for vssp

hai friends I have uploaded the video file to server .we need to get the total time of playing file duration and store the values to database. how can i get the total time for uploaded video file? Please any one send me any idea. Thanks __________________ Thanks Vssp

Member Avatar for chintan@dani
0
227
Member Avatar for dan1992

i have a code [B] Index.php[/B] [CODE]<script src='jquery.js' type="text/javascript"></script> <script src='documentation.js' type="text/javascript"></script> <link href='documentation.css' type="text/css" rel="stylesheet"/> <script src='jquery.form.js' type="text/javascript" language="javascript"></script> <script src='jquery.MetaData.js' type="text/javascript" language="javascript"></script> <script src='jquery.MultiFile.js' type="text/javascript" language="javascript"></script> <script src='jquery.blockUI.js' type="text/javascript" language="javascript"></script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> <script type="text/javascript"><!-- google_ad_client = "pub-9465008056978568"; google_ad_slot = "4176621808"; google_ad_width = 120; google_ad_height = 600; //--> …

Member Avatar for dan1992
0
140
Member Avatar for whiteyoh

Hi, Im currently using fpdf to generate an auto report, but im having an issue with overflow on the notes column, as this can be anything from 1 to 300 words. i can count the words using the following script, but im struggling to find out how to limit the …

Member Avatar for Kieran Y5
0
240
Member Avatar for h0neydip

Hi, Im creating a page where it displays URLS, tags, and the user associated with it who is logged in after a login form was done. The tags are hyperlinks, so if a user clicks on it, it will reload the page with all the URLs associated with that tag. …

Member Avatar for diafol
0
77
Member Avatar for niths

hello, I am having a website, to that website i need to integrate picasa so that people can upload photos which are in picasa site..so how can we do that can anyone suggest me.. Thank u..

Member Avatar for pritaeas
0
51
Member Avatar for jakesee

Hi, I am trying out a template architecture for php websites. What I am doing now is there is a .php file for processing "display" data and one or more .tpl template to do the layout and formatting. The interface between the .php and the .tpl is of course the …

0
60
Member Avatar for joshisumitnet

Dear Friends, Please help me out to display a Collage page same link in [url]http://bestuff.com[/url] The images are generated in random size through CSS. I am confused how to display images like in varying size? Please help me out. I am on deadline. I thought lot but could not succeeded. …

Member Avatar for joshisumitnet
0
179
Member Avatar for vingan

Hi, I am pulling data from a text file onto a drop down. I am to calculate the amount of quantity with the price (that is pulled from the text file). How would I go about that?

0
70
Member Avatar for lili.edryana

Hello fellows. I need some help regarding my script. I have a simple php script contains form to insert [B]First Name[/B] and [B]Last Name[/B]. This works successfully. But my problem is when i try to display the posted data to ASP page, the ASP page doesnt come out. What should …

Member Avatar for lili.edryana
0
2K
Member Avatar for mbarandao

Good day all: I've been experiencing a great difficulty resolving a problem concerning replacing [CODE]<br/>[/CODE] to an actual newline inside a textarea box. Much of the problem has been because the data in the textarea is populated via a php script in this manner: [PHP] echo "formObj.servicedesc.value = '".toSafeString($inf["servicedesc"])."';\n"; [/PHP] …

Member Avatar for mbarandao
0
121
Member Avatar for markaman

I have 3 text fields named "month, day, and year" And 1 hidden field named "Date2" My goal is to have the 3 fields combine to enter as date in Mysql. I've tried this many different ways, the latest having the value of Date2 as [ICODE]<?php echo $year,'-', $month,'-', $day; …

Member Avatar for luespi
0
172
Member Avatar for itisnot_me
Member Avatar for itisnot_me
1
173
Member Avatar for zlloyd1

I have a very simple PHP script which doesn't work correctly for no reason at all, except that I am cursed:scared:!! This is my code and then I will give you the retarded error message I am getting!! [CODE]<html> <form action="get.php" method="GET"> <input type="text" name="myname"><br> <input type="submit" value="click here"> </form> …

Member Avatar for diafol
0
244
Member Avatar for nika201

Hey, anybody know if there is a DLL available for Image Magick that I can put in the /ext directory and use Image Magick without having to install the Image Magick software? Thanks.

Member Avatar for nika201
0
141
Member Avatar for lse123

cookies set by cfm may retrieved by php? if iframe have or not (other page)? In a cfm page may insert: <iframe src="country.php" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" width="120" height="14" style=" border:none"></iframe> where country.php: // to get ip I used $_COOKIE['countNumVisitor'] set by cfm, get by php, well seems default NULL …

0
49
Member Avatar for lse123

how detect that a visit to my site is done by a search engine and not by human? the referenceUrl (visitor come from) is always null if search engine auto visit or...? I know to get server params like ip, reURL, etc

Member Avatar for Will Gresham
0
81
Member Avatar for Russ_Kauk

Hi! This is my first post in this forum. Thanks in advance to anyone who can help with this! I hope this makes sense. I'm also relatively new to PHP, so I hope I have used terminology correctly in describing the problem. I am not sure how to accomplish what …

Member Avatar for Russ_Kauk
0
191
Member Avatar for BaSk

Ii have been working on a shopping cart, the way my cart works is that for each item in a users cart the data is stored in a database. So if the users has a hat and a glove there are 2 rows in my table, the rows are joined …

Member Avatar for whiteyoh
0
128
Member Avatar for happygeek

How do you create a mission-critical website providing exceptional performance yet at the same time being flexible, reliable and scalable? That's the question that Kyle Loudon, a software developer and manager of a user interface development group at Yahoo!, sets out to provide the answers to in his book: Developing …

Member Avatar for Devendra_WIPRO
0
487
Member Avatar for mtvaran

Hi guys, could you please check this code for me. basically displaying data from two table. i get error massage like... Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\dis_take.php on line 91 [CODE]<?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } …

Member Avatar for mtvaran
0
119
Member Avatar for terrymold

Hi everyone I need a bit of help with a problem involving HTML, JavaScript and PHP which I'm hoping someone here can help me with. I have a working PHP script which uses a FORM section to get data input, which actions itself to do some PHP and JavaScript calculations …

Member Avatar for terrymold
0
141

The End.