39,316 Topics

Member Avatar for
Member Avatar for diafol

Hi all, I've been developing a GoogleCal app for a month or so in my spare time. I've ended up with a shed full of session variables, just so I can keep all the data alive and create an import file for GoogleCal at the end of the process. I …

Member Avatar for diafol
0
716
Member Avatar for eduard77

Can anyone tell me how should I handle this error? FATAL ERROR. Your SAPI for PHP is configured as CGI. ArbitroWeb is unable to work in this environment. Please switch to a non-CGI approach. If you are using Apache as your web server, consider modifying your httpd.conf to switch from …

Member Avatar for Airshow
0
68
Member Avatar for shafeequeom

I am starting a new website.I want a best Login Logout Php mysql script with for get password fearutes.Where i can get it. Please help me

Member Avatar for somedude3488
0
255
Member Avatar for daviddoria

I am trying to include a file 'header.php' that is in [url]http://ewh.ieee.org/r1/schenectady/[/url] From a file in [url]http://ewh.ieee.org/r1/schenectady/Events/[/url] if I do: [code] <?php include '../header.php';?> [/code] it works fine, as expected. However, if I do: [code] <?php include 'http://ewh.ieee.org/r1/schenectady/header.php';?> [/code] it does not work (the header is not displayed). Can anyone …

Member Avatar for diafol
0
162
Member Avatar for Awah Mohamed

hey people . okay . 3 dayz ago i was done from designing and coding my website . it is made mainly in html . okay it is not pure html . it is html with php in .php files and it also contain abit of js & css . …

Member Avatar for diafol
0
346
Member Avatar for nessy

Hello hello. I've been dumped in at the deep end - my boss wants me and a co-worker to learn about Dynamic website (I know I know, it's a nightmare). So I've been doing a bit of research and found that I need to get hold of a package called …

Member Avatar for chrishea
0
272
Member Avatar for WebKoller

Hello. I am using MYSQL to store articles. I wanted to present the articles in order by id, then let the user choose one of them and send the id of the article to another php page for processing, using ajax. To do so i have placed a simple form …

Member Avatar for Airshow
0
1K
Member Avatar for SEOKRU

Hi I updated something by mistake, now I get these warnings: (url is : [url]http://www.goldpharm.co.il/[/url] ) Warning: Cannot modify header information - headers already sent by (output started at /home/goldphar/public_html/classes/Tools.php:1) in /home/goldphar/public_html/header.php on line 3 Warning: Cannot modify header information - headers already sent by (output started at /home/goldphar/public_html/classes/Tools.php:1) in …

Member Avatar for SEOKRU
0
172
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
177
Member Avatar for VilePlecenta

I am interested in being able to make a C++ win32 program that will simply display someones profile on a phpbb3 forum when they enter in their credentials. I've already made the GUI and other misc code needed for displaying the information, but I dont know how to make the …

0
97
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
120
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 Brianbc

I have been searching for a single line of code all evening, and I think it's only prudent that I seek help. What line of code does the opposite if this? [CODE]WebBrowser1.Document.GetElementById("username").SetAttribute("Value", "username")[/CODE] I want to read some data from a php form and assign it to a string.

0
74
Member Avatar for Brianbc

[CODE]'<form action="" method="post"> '<fieldset> ' <ul> ' <li> ' <input type="text" name="username" id="user"/> ' </li> ' <li> ' <input type="password" name="pass" id="pass"/> ' </li> ' <li> ' <input type="submit" name="submit" value="submit"/> ' </li> ' </ul> '</fieldset> '</form>[/CODE] Above is a php form that has refused to be submitted by my …

Member Avatar for Brianbc
0
129
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
246
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
78
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
238
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

The End.