38,019 Topics

Member Avatar for
Member Avatar for eldoc

Anyone tell me about patServer please. Does anyone know where I can find instructions on how to use patServer - spent ages on the net trying to find a 'how to'. Specifically, where to put each of the files in one of their examples (say, tictactoe) and whether I need …

Member Avatar for eldoc
0
84
Member Avatar for hunkychop

i am trying to export the results from a form into the script of another php in form of variables : ex. form proccess script (globalvar.php) [quote] $dbtype = $_POST['dbtype']; $dbhost = $_POST['dbhost']; $dbname = $_POST['dbname']; $dbpass = $_POST['dbpass']; $dbport = $_POST['dbport']; $dbtable = $_POST['dbtable'];[/quote] new php (varheader.php) [quote] $dbtype …

Member Avatar for hunkychop
0
102
Member Avatar for mohaydee

Hi, everybody, I'm new to PHP and I'm setting up a web page in which I want to include a subscribing box for the visitor to send me his email. I've found this code on the internet and adapted to my neccessity but I want to know if it's okay …

Member Avatar for UrbanSky
0
93
Member Avatar for tomhughes

Hey, I've just uploaded some stuff to server and it works fine but theres a big error message through the screen saying "undefined variable seacrh at line 15" Code: [php]if(isset($_GET['search'])) if(!isset($cmd)) { $search = $_GET['search']; } $keywords = explode(" ", $search); <--- line 15 [/php] Also is there any way …

Member Avatar for digital-ether
0
149
Member Avatar for hunkychop

ive got a [B]Parse error[/B]: syntax error, unexpected T_VARIABLE on this line: [code]$dboutput = "//database vars \n" "$dbtype = '".$dbtype."'; \n" "$dbhost = '".$dbhost."'; \n""$dbtype = '".$dbtype."'; \n""$dbname = '".$dbname."'; \n""$dbport = '".$dbport."'; \n""\n" "$database = array($dbtype, $dbhost, $dbname, $dbpass, $dbport);";[/code] any idea of whats wrong with it?

Member Avatar for digital-ether
0
98
Member Avatar for SoLost

Ok. here's the problem. I bought a game site script thinking that I would just be able to put it directly onto my website.. haha.. I have no experience in building websites and am completely lost. It's in PHP and what I've done so far is created a mysql acct …

Member Avatar for SoLost
0
116
Member Avatar for sam1

hi, it is giving me headache to write data from a php file to mysql( i can read from the table but cant write) here is my connect.php which connects to mysql: [CODE]<?php $mysql_host = "localhost"; $mysql_user = "sam"; $mysql_pass = "123456"; $mysql_data = "website"; $mysql_table = "shoutbox"; mysql_connect($mysql_host,$mysql_user,$mysql_pass) or …

Member Avatar for niceboy
0
275
Member Avatar for beihkya
Member Avatar for pty
0
79
Member Avatar for sam1

hi, I am trying a login page for my website. the login page works fine and i can take the username using sessions to the welcome page. now my question: would i be able to retrieve(show) data from mysql according to the username that i have in session? thanks

Member Avatar for yogeshsinghal
0
82
Member Avatar for jbennet

Ok here is my code: [code] <html> <head> <title> PHP Test Page </title> </head> <body> <?php echo date("H:i"); echo gmdate("M d Y"); $counter_file = "count.dat"; if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file."); $counter = (int) fread($fp, 20); fclose($fp); $counter++; echo "You're visitor No. $counter."; $fp = fopen($counter_file, "w"); fwrite($fp, …

Member Avatar for JEofVB
0
162
Member Avatar for eldoc

What will a flash xml client socket connect to? I have a working php TCP/IP server socket bound to a port >1023 and the flash client will not even connect to it. I can connect to it with non-xml client. Can anyone explain this to me - it has been …

Member Avatar for eldoc
0
112
Member Avatar for dangre

Hi peeps. My main reason for coming here is to ask for a little help, coding wise. Now i`m not sure what specific rules you have for requesting help so please don`t get on my back if i do something wrong. With that said, I`ve been trying to code a …

Member Avatar for stymiee
0
72
Member Avatar for sam1

hi, is there a way to delete data in mysql using the 'date' column, i have a table with name message and date. if the date is say yesterday then delete the row.... it is for the shoutbox i am implementing, so i need to delete one messages from yesterday. …

Member Avatar for sam1
0
81
Member Avatar for php_coder

Hi buddies I want to implement VSS(Visual Source Safe) and am having XAMP. I have searched for the info and it says JRE is a must for VSS to work and it come by default if we work on IIS server. But mine is XAMP:sad: What should i do? :?:Please …

Member Avatar for php_coder
0
78
Member Avatar for desiguru

I am trying to build a website that will provide visitors an option to view almost all of the pages in multiple language. Is there any PHP CMS that will allow me to do that?

Member Avatar for julian2003
0
85
Member Avatar for hbmarar

Hi, I have created a commenting system which could be used for commenting articles posted. The trouble is that after doing all the development I am stuck with pagination.The architecture to store comments is to hold in filesystem in the following way. Article {Folder 1} Reply 1 Reply to 1 …

Member Avatar for hbmarar
0
96
Member Avatar for petzoldt01

Hello, I am attempting to create a session class. I want it to be able to store all kinds of data about the current session, such as member information, authentication, application data, or any other structures that would be unique to any given user. If I were to create a …

Member Avatar for digital-ether
0
116
Member Avatar for mahe4us

Hi, I have confused in the terms of www and www2. For what purpose really www and www2 are used in webservers. I have searched but Iam not found a good result. Can anyone tell why the term www, www2 and www1 are used in webservers and for what purpose? …

Member Avatar for DimaYasny
0
130
Member Avatar for Dominicc2003

Hi guys, I need some help with setting up and using joomla on my site. If you wish to help me, this is some stuff you should know: I want someone to help me for free but I will still pay every now and then if they do something for …

Member Avatar for Sierrapat
0
114
Member Avatar for elderp

I want to be able to enter an employee number from my system and have it delete. I have a form that prompts the user to enter an employee number. That seems to be working fine. <html><TD WIDTH="29%" HEIGHT="60"><DIV ALIGN="LEFT"><BR>Input the Reference, to make sure we have the right one:<BR><BR><FONT …

Member Avatar for digital-ether
0
95
Member Avatar for eldoc

Hi My hosting company no longer permits connection to any port other than standard ones and I am in the middle of a project that is best solved via sockets (I think). I use a mysql database and connect to it via php. I need 4 people to use client …

Member Avatar for eldoc
0
108
Member Avatar for hbmarar

Hi, In symfony , if i have two modules. module A has functino to get the details and corresponding template has a list of comments to show from filesystem. But comments i want to keep as a seperate module and this asks me to skip from one action to another. …

Member Avatar for hbmarar
0
80
Member Avatar for elderp

Here is my code I need help with: [code] mysql_connect[B]($host,$username,$password);[/B] [B]@[/B]mysql_select_db[B]($database)[/B] [B]or[/B] die[B]([/B] [COLOR=#008000]"Unable to select database"[/COLOR][B]);[/B] [B]$query[/B] [B]=[/B] [COLOR=#008000]"SELECT DISTINCT info647_crse . crsdesc , info647_crse . crsprice FROM info647_emp JOIN info647_reg USING ( empno ) JOIN info647_off USING ( offerno ) JOIN info647_crse USING ( crsno ) WHERE empno …

Member Avatar for elderp
0
137
Member Avatar for tomhughes

Hi again. I've been tackling another tutorial which isn't working fully, basically it lists records in a table and an insert link sends the data to a text field which can then be modified. The data is displayed fine but when selected the form does not recieve the information. Its …

Member Avatar for elderp
0
117
Member Avatar for Brims

Hiya i am designing an online music video library apllication where users can access their music via a mobile phone. I already know i can use WML or j2me for this however because its a project i need to knw what environments they use etc

Member Avatar for vssp
0
74
Member Avatar for w_3rabi

hi guys i've this problem with a page having [code]copy()[/code] to copy a file from a website well it works on apche and winxp but when i put on the server (running win2000 and IIS)the page does not load i anyone hav an idea wht the heck is the problem

Member Avatar for vssp
0
95
Member Avatar for vipula

Hi I have a website that can search for journal article and display it page by page. when you search, the results are displayed with check boxes and people can select items by ticking the check boxes. I am using PHP session to store checked items until they display selected …

Member Avatar for vssp
0
83
Member Avatar for kapil.goyal

can anybody tell me how i can upload file without browsing if the file name and path is known to me.there will be a upload button when user hit tat the file at particular location wil be uploaded to specific place.

Member Avatar for vssp
0
69
Member Avatar for michael123

I have a question about how to manipulate php string. For example, I have a text string: $text=" ---<updated:12/20/06>--- this is 2nd entry ---<updated:12/19/06>--- this is 1st entry "; Now if I want to remove "---<updated:XX/XX/XX>---" and only display: this is 2nd entry this is 1st entry how can I …

Member Avatar for vssp
0
98
Member Avatar for php_coder

hi all i want to open and work on a .pdf file from php script. i hv installed pdflib and copied it in C:\Program Files\xampp\php\extras\pdf-related still the script( from PHP manual) din't work :sad: plz help thanks in advance Prati

0
65

The End.