473,544 Members | 1,781 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
8,443
thread by: Ollivier Robert | last post Jul 16 '05 by: Ollivier Robert
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. 354 roberto@ausone:Build/php-4.3.2> ldd /opt/php4/bin/php libsablot.so.0 => /usr/local/lib/libsablot.so.0 libstdc++.so.5 => ...
0
3,476
thread by: djdaz | last post Jul 16 '05 by: djdaz
Hi Is it possible to add information (username + password) into a cookie so that i can get to that information when it is required, eg somebody logs on, and on every page for that information in the cookie? i would use mysql but blueyonder dont support it. Thanks
0
4,574
thread by: php_xml | last post Jul 16 '05 by: php_xml
I have some japanese utf-8 files, translated from english.. how to read it use php program?
0
3,243
thread by: Marin | last post Jul 16 '05 by: Marin
Hello. For a while I was developing a site with Apache + PHP + MySQL and, because I hadn't put the php.ini in the right place, php was just using its default settings. During this time mysql was running fine. Recently I put the php.ini file in the right place and since then mysql thrashes the disk intensely during a query, even for really...
0
4,420
thread by: Pierre Jelenc | last post Jul 16 '05 by: Pierre Jelenc
I have installed Apache, PHP, and MySQL running locally, on localhost. I now am trying to install phpMyAdmin, but I'm running into a problem: when I run http://localhost/phpMyAdmin/index.php (with "root", no password at this time) after customizing config.inc.php, I get a blank page. The source code shows that the expected frames are there,...
0
3,254
thread by: Frank de Bot | last post Jul 16 '05 by: Frank de Bot
Hi, Can anyone give me an example of the setup of FastCGI with php (with apache). There are some good instruction how to do it with a Zeus webserver, but none with apache. Thanks in advanced, Frank de Bot
0
2,818
thread by: AK | last post Jul 16 '05 by: AK
Hi all, I have a form which simulates a form collecting a person's info for a job. The form has the field's like fname, lname, address etc. The last field in the form is browse for resume and upload it. What I did until now is, I am inserting all the data other than the resume into a table and storing the resumes in a seperate directory. My...
0
3,129
thread by: Alexander Riegel | last post Jul 16 '05 by: Alexander Riegel
Is there a PHP command to list the drives of the Server. Or should I check each letter from a...z if it exists? thanks
0
3,058
thread by: FreeStyle | last post Jul 16 '05 by: FreeStyle
Hi everybody, I'm using phpMyAdmin 2.2.6 with EasyPHP v.1.6.0.0 I wrote a php script which uses a username (added in the mysql base with phpMyAdmin). This user has no privileges. But in the script, I have the following request for the same username : INSERT TO table (...) VALUES (....) And it's working !!! The user can insert new rows with...
0
2,873
thread by: Verizon | last post Jul 16 '05 by: Verizon
Has anybody ever heard of support for the book: "Secure PHP Development" by: Mohammed J. Kabir I'm trying to run one of his PHP solutions called "Web Forms Manager" I haven't been able to get it up and running. Thanks in advance!
0
2,619
thread by: Sven Ehret | last post Jul 16 '05 by: Sven Ehret
Hi, I am looking for a PostNuke module that lets my users bet on the national soccer league. Has anyone seen something similar? Using PostNuke 0.723. Thank you. -- Sven Ehret If things don't improve soon, you'd better ask them to stop helping you.
0
2,872
thread by: Madhusudan Singh | last post Jul 16 '05 by: Madhusudan Singh
Hi I wonder if there is a clean way of using https with header() in PHP ? I am using statements like header("Location: script.php?arg1=argvalue") to transfer control in my application. Thanks, MS
0
2,115
thread by: J.D. Schuitemaker | last post Jul 16 '05 by: J.D. Schuitemaker
I need to change a html-tag into a call to a script. Tag is like this: <img src="someattach.php?s=3421543&id=20103" border="no"> Has to be changed to: <?php include("someattach.php?s=3421543&id=20103") ?>
0
1,652
thread by: Lee Mahan | last post Jul 16 '05 by: Lee Mahan
I am attempting to download files (usually images) for viewing with either the user's browser or a program associated with the file type. Unfortunately, this requires that it works in MSIE (works ok with Mozilla and Opera) but when I attempt to use MSIE it offers a choice of either opening it or saving. Opening the message, causes the image...
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 ??
0
3,018
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
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...
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...
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...
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
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...
0
2,527
thread by: eric | last post Jul 16 '05 by: eric
Greetings! I've installed Apache 2.0.xx and PHP 4.3.2. I want to use Ming as a module to PHP. The instructions that came with Ming say to: as a php module (unix) download php_ming.so.gz uncompress it and copy it to your php modules directory (you can find your php module directory by running php-config --extension-dir)
0
2,020
thread by: Susanne Klemm | last post Jul 16 '05 by: Susanne Klemm
Hello! I am working with the XML-DOM-Extension. I want to change the content of a variable in a XSL-Document. The following testscript works well. $dom = domxml_open_file(getcwd()."/einzelnes_item.xsl") $elements = $dom->get_elements_by_tagname("table") echo count($elements)." Elements<br/>"; for ($i=0;$i<count($elements);$i++)

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.