473,544 Members | 1,813 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
2,876
thread by: michael newport | last post Jul 16 '05 by: michael newport
I did the following as instructed in the docs. (see below) everything seemed to install ok and I started apache with no complaints, but, 1)I do not see a process for apache using ps -ef 2) In yast I see that the new apache2 version is installed but not php5, its still on php4 any ideas ??
3
3,469
thread by: presspley | last post Jul 16 '05 by: Paul Liversidge
I have bought the book on advanced dreamweaver and PHP recently. I have installed MySQL and PHP server but am getting an error on the $GET statement show below. It says there is a problem with the variable $GET but $GET is not a variable, I thought it came from the page that calls the PHP file? if(($_GET)==""){ this gets an error
2
106,588
thread by: sky2070 | last post Jul 16 '05 by: Matthias Esken
i have two file with jobapp.html calling jobapp_action.php <HTML> <!-- jobapp.html --> <BODY> <H1>Phop's Bicycles Job Application</H1> <P>Are you looking for an exciting career in the world of cyclery? Look no further! </P> <FORM NAME='frmJobApp' METHOD=post ACTION="jobapp_action.php"> Please enter your name:
0
3,019
thread by: sky2070 | last post Jul 16 '05 by: sky2070
<?php echo ("Vladimir\'s brother said, \"Ain\'t that a hoot?\""); ?> why does it return Vladimir\'s brother said, "Ain\'t that a hoot?" and not
1
5,156
thread by: Harry Slaughter | last post Apr 27 '06 by: wwccss
so i'm doing yet another mysql driven php app. same kind the rest of you build every day :) yes, it gets tedious having to write new code for each new DB that one works with. so this time i decided to look into the various code generation tools that help relieve some of this tedium. i haven't found the "killer" code generator yet though. you...
0
1,917
thread by: Chris | last post Jul 16 '05 by: Chris
Hi, I'm running PHP (version 4.3.1), MySqlAdmin 1.3 & PHPmyadmin 2.4.0 on Apache HTTP Server 2.0.45. I'm having problems with phpmyadmin in particular. I'm running several tables and querying them in a PHP program. The problem arises in one particular table which is proving to be very temperamental. The most common error is the sql query...
5
3,621
thread by: Jamie Wright | last post Jul 16 '05 by: Shawn Wilson
I have a problem with an HTML form. I have a form which I want to be able to type basic HTML code into it. When the submit button is selected the data is then previewed and added back into the text box again. Unfortunately all of the " charachters are escaped (I think that is the correct term) ie they have a leading \ added. This is causing me...
0
1,987
thread by: panic | last post Jul 16 '05 by: panic
If you are not familiar with the palm DB apps I am refering to, they are applications that allow you to graphically create a db by adding fields(columns) and then creats a form so you can enter the info, and also you can display it in row form. So I am looking for a program that would be a type of online record keeper, where you can via the...
1
13,619
thread by: Brian | last post Jul 16 '05 by: Brian
I have an array like this: $events = array( array( '2003-07-01', 'Event Title 1', '1' //ID Number (not unique) ), array( '2003-07-02',
4
2,658
thread by: Albert Ahtenberg | last post Jul 16 '05 by: Phil Roberts
Hello, Does anyone have an idea how to integrate PHP into Visual Studio .NET 2003. Thanks, Albert Ahtenberg
1
2,496
thread by: Daniel Doman | last post Jul 16 '05 by: Daniel Doman
I have a string that I $_get' from the query string lets say that it is "The Hallie's" The entire Query string looks like this: $_SERVER == op=The%20Hailie%27s (I edited out other params)
0
1,778
thread by: Ecke | last post Jul 16 '05 by: Ecke
Hi, I´m trying to make a webbrowser in html/php/javascript but I don´t now how to continue.. Why do I wanna do this? I´m trying to build a "robot" which reads the content of a webpage and presents related webpages that has similar content as links. The robotpart of the issue is solved now I´m working with the presentation part. The thing is...
1
3,815
thread by: Clarice Almeida Hughes | last post Jul 16 '05 by: Pedro
tenho um index onde tenho o link pro arq css, como sao visualizados pelo include todas as paginas aderem ao css linkado no index. so q eu preciso de alguns links com outras cores no css, o q devo fazer?
1
2,327
thread by: lnxsimon | last post Jul 16 '05 by: lnxsimon
Hi, i have a problem with a form. In my page there is the following code: -------------------------------------------------------------------------------- <script language="javascript"> <!-- function Modulo() { // Variabili associate ai campi del modulo
8
12,659
thread by: Steve Fitzgerald | last post Jul 16 '05 by: Cl1mh4224rd
The below login script does work. The form does not seem to be submitting. I keep getting the username and password fields. The only errors I get are notices that email and password and undefined indexes. Here's the login script: <?php session_start(); // includes
0
2,597
thread by: Andrew Crowe | last post Jul 16 '05 by: Andrew Crowe
Hi guys, I've come across a rather strange, and very anoying problem. On /some/ PHP sites that we're developing on 2 different servers, files that are in the root of the website are unable to load files using relative paths (they need to be given the full "C:\Inetpub\wwwroot\website\www\folder\file.txt" rather then "folder/file.txt")....
0
5,016
thread by: Fred | last post Jul 16 '05 by: Fred
Hi, How can i test if a name is valid for a domain name ? I don't know how to write such a regular expression.. Thanks for your help Regards, Fred
2
2,983
thread by: Sugapablo | last post Jul 16 '05 by: P'tit Marcel
My brain is frozen on a convenient way to figure out if today is the 1st, 2nd, 3rd, 4th, or last Thursday of the month. Basically I need something that will figure this out for any given day for any given month. date() has everything BUT a 0-5 return for this. -- Sugapablo - russpghREMOVE@stargate.net http://www.sugapablo.com | ICQ:...
0
3,427
thread by: Margaret MacDonald | last post Jul 16 '05 by: Margaret MacDonald
Has anyone already solved the not-enough-information problem when using the -l (lint) switch to check syntax? I make heavy use of include(), so when php complains about some syntax problem, the line number it reports is never even close to correct. And since even the lint switch doesn't cause the alleged offending line to be written out,...
0
3,558
thread by: Robert Freund | last post Jul 16 '05 by: Robert Freund
I've been looking for a good and free code beautifier that runs on linux. About the only ones I found where Trita (www.trita.com), which costs money and only runs on windows. The other one was Beautify PHP (www.bierkandt.org/beautify) which does not offer all the features I'd like to have. I'm also more interested in something that is not...
3
6,746
thread by: Curious Expatriate | last post Jul 16 '05 by: Justin Koivisto
Hi- I'm completely stumped. I'm trying to write some code that will parse a file and rewrite it with all URLs replaced by something else. For example: if the file looks like this: <b>click here</b><a href="http://www.cnn.com">click me</a> ... then the output should be this:
1
3,112
thread by: Jeff Blume | last post Jul 16 '05 by: sam
is there a way i can count the number of files in a server side directory using php? i'm not sure if this sort of thing is possible at all (i'm new to php) but would appreciate any tips or scripts anyone could point me to. thanks a bunch, jb
2
5,680
thread by: Shawn Wilson | last post Jul 16 '05 by: sam
Hi, I've got a site which Google is indexing 3 different ways: glassgiant.com host5.veoweb.net/~glassgia veodns.com/glassgia I only want people accessing it the first way. If they access it any way but through the domain, I would like to send a moved permanently code, or at least use a header("Location: blah blah blah").
1
6,243
thread by: JS Bangs | last post Jul 16 '05 by: André Næss
I started using PHP's object-oriented stuff a little while ago, which has mostly been a joy. However, I've noticed that they don't seem to echo as I would like. Eg: $this->field = 255; $this->key = 'id'; echo "$this->key is $this->field"; // prints "id is Array" // Thus I am forced to do this $keyval = $this->field;
1
2,784
thread by: lawrence | last post Jul 16 '05 by: Bruno Desthuilliers
This has nothing to do with PHP, but I ask it here since I do most of my programming in PHP. What do you think the best book on design patterns is? The book can be written for C or Java or in the abstract. What was useful to you and why?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.