39,393 Topics

Member Avatar for
Member Avatar for Techscorpio

Hi, I am trying to develope a PHP script which will automatic startup for virtual machines under Microsoft Virtual Server 2005 r2 but it failed due to COM object saying Source unknown But the same thing when i tried through VB script it works fine. [U]VB script:[/U] Set objVS = …

0
92
Member Avatar for petzoldt01

Hello, I am sort of new to PHP programming. I am very familiar with C++, but i seem to be having some stupid little problems in PHP. The code I am writing is to validate the information from a form and then email the information in the form to an …

Member Avatar for Puckdropper
0
98
Member Avatar for kibanga

I am learning to set up a cookie and assign a user_Id to whoever visits my website. I want to keep a record of all user IDs in mySQL database. I tried something like this: [PHP]if(!isset($HTTP_COOKIE_VARS['user_id'])) { $cart_id = md5(uniqid(rand())); $COOKIE=setcookie("cart_id", $user_id, time() + 14400); if (!$COOKIE) { echo "To …

Member Avatar for Puckdropper
0
242
Member Avatar for accioportkey
Member Avatar for Puckdropper
0
126
Member Avatar for Woobag

Ive done several echo's and such to make sure info is in my variables before. When i do the first update on the page, i think the second one is running too. Either way, my record is being deleted for whatever reason... Aside from some help with the current setup, …

Member Avatar for Woobag
0
100
Member Avatar for pillow

I have installed apache 2.2.3 and PHP 5.1.5 on Win XP (IIS is also set up on different port) I have try the sample code from php.net; however, it keeps giving me error on opening the file please help. [php]<?php $file = "data.xml"; $depth = array(); function startElement($parser, $name, $attrs) …

Member Avatar for pillow
0
162
Member Avatar for rfulky

How can you send a username and password combo to a page and login by using [fsockopen] along with [fputs]. i.e. can you log into another website from your website using these commands. Lets say you are trying to log into your yahoo mail account or say your online banking …

0
103
Member Avatar for silverdollar

I am trying to find a good way to parse the input from a textarea into HTML (including line breaks etc) Basically the user needs to be able to not enter markup in order to keep the format they enter their data in. For instance if they enter: Here is …

Member Avatar for silverdollar
0
185
Member Avatar for rfulky

How do you send data to text box on another website from your website. i.e. send data to at google search text box from your website. Thanks, rfulkly

Member Avatar for stymiee
0
62
Member Avatar for chaosdirector
Member Avatar for big_k105
0
147
Member Avatar for vssp

Hai friends, I am very confused this task. please help me. if five banners are stored in one location , I want to displayall the banners simultaniously in my application. How to rotate the webpage top banner ? In my application i am getting the immage details using database. Please …

Member Avatar for vssp
0
89
Member Avatar for kibanga

I have files of several with geographical information of several places and animals that i want to be accesed by through the menu. Here is an outline of my project; I have simplified it by taking only parts that are relavent for my questions below. I have a PHP class …

0
171
Member Avatar for baysiqq

[PHP]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Login Processing...</title> </head> <body> <?php $username = $_POST['username']; $password = $_POST['password']; if( $username != null or $password !=null) { $conn = @mysql_connect("localhost", "uesrname", "pass") or die("could not connect"); $rs = @mysql_select_db( "siqq_web", $conn ) …

Member Avatar for blacksmoke
0
105
Member Avatar for Gravis

Greetings, I need help with preselecting checkboxes in a HTML form. The first form has several checkboxes and then I post this to a php page which based on the checkboxes selected will send out emails. Each check box corresponds to an email address. After I send an email to …

Member Avatar for Puckdropper
0
362
Member Avatar for ghgarcia

I have developed a PHP football pool and one of it's functions is to send email notifications to members dealing with their picks and any messages sent by the Admin. The mails are sent without any problems however they display as text in Outlook and correctly in a web based …

Member Avatar for Gravis
0
97
Member Avatar for Woobag

Hey guys, im just starting out in php and im attempting to build a login script that works takes info from my table userinfo. The values in userinfo are created from createuser.php. Here is the error i am getting in my code:[code][B]Parse error[/B]: parse error, unexpected T_INC, expecting ')' in …

Member Avatar for Woobag
0
100
Member Avatar for ithelp

List Of Free PHP,MYSQL Webhosting Provider at [URL="http://softwaretutorial.myitcareer.org/freephpmysqlwebhosting"]http://softwaretutorial.myitcareer.org/freephpmysqlwebhosting[/URL]

0
61
Member Avatar for zippee

Hi there, I am trying to integrate a simple mailing list/newsletter script (in php) to my site, which will be share by my clients (to their customers). Is there any off the shelve and free one available? I knw I may find it from hotscripts.com, but would appreciate any good …

Member Avatar for aarya
0
198
Member Avatar for vssp

Hi friends Thanks for your repaly for all my question.. I need one update query. I have selected the datas are insert with coma ",". Query SELECT city FROM `locations` WHERE city REGEXP ',' I got the result.. Silver Spring, Elkins, PORTLAND, Baltimore, I need like this Silver Spring Elkins …

Member Avatar for aarya
0
153
Member Avatar for vssp

Hai friends I need one clarification. I am usuing php code to read the existing pdf file . Some files open correctly but some pdf file open below format in browser. I not clear how its come. Biu the same coading open the existing pdf file correctly. Please help me …

0
107
Member Avatar for jackfusion

Mysql info [IMG]http://kennyleitz.googlepages.com/mysql.jpg[/IMG] [PHP] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <?php /* call this script "advs.php" */ if(!$c) { ?> <form action="advs.php?c=1" method=POST> <b>Find Results with: </b><br> Any of these words: <input type="text" length=40 name="any"> <br> …

Member Avatar for iamthwee
0
175
Member Avatar for sarant

Here is my problem: I have created the html page and the PHP page and I get a result of the thankyou page.. But I do not receive the accual email with the informaion selected on the main page... Any help would be greatly appreciated. <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:b="urn:schemas-microsoft-com:office:publisher" …

0
63
Member Avatar for mkgupta

I need to use .htaccess file but i have no idea about it so tell me some tips

Member Avatar for Puckdropper
0
109
Member Avatar for ashneet

well I am using this code to format my date and time: [php]$date = date("m/d/Y g:i:s A T"); echo $date;[/php] and it prints out: [code]08/10/2006 4:07:37 AM GMT[/code] The problem is that it is printing the time in GMT which is wrong as I want it to tell me the …

Member Avatar for Puckdropper
0
184
Member Avatar for MikeTiger

[COLOR=#000000]After were installed apache server and php I can not browse web pages with extension php ... why so? [/COLOR]

Member Avatar for aarya
0
179
Member Avatar for greddybears

Hello, I am looking for a texas hold' em poker php script for my website. I would like it to work like [url]www.pokkerroom.com[/url] or another popular poker site. If anyone has any info about where I can find something like this please let me know. I am also like to …

Member Avatar for aarya
0
193
Member Avatar for vssp

Hi Friends I got very big issue I hope some one can solve my issue!! How to write the new line in existing pdf file ? I am using third party library file libphp_pdf.dll its working in linux machine only. I am try to configure windows machine i got the …

Member Avatar for vssp
0
498
Member Avatar for SethR

:sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad:

Member Avatar for Lafinboy
0
242
Member Avatar for SethR

:mad: I'm currently creating a quiz program that radomly generates questions from a table in mysql........right now I have to php forms. takeTest.php..... <html> <head> <title>Test Week 13 CIS32</title> </head> <body bgcolor = "yellow"> <center> <? $link = mysql_connect("localhost", "web26", "web9660!", "sere1") or die("Error ".mysql_errno().": ".mysql_error()."<br>\nThe SQL sent was: $sql"); …

Member Avatar for SethR
0
136
Member Avatar for cancer10

Incase you are looking for tutorial for configuring apache with PHP and Mysql, I found [url=http://www.expertsrt.com/tutorials/Matt/install-apache.html]one[/url] Hope, it will be useful to you too. ;)

Member Avatar for 'Stein
0
114

The End.