473,544 Members | 1,501 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,366
thread by: Eric Dennison | last post Jul 16 '05 by: Eric Dennison
I've been playing around with NuSOAP as a PHP based SOAP server and client. Works great! Now I'm trying to write (using gSOAP) a simple C/C++ based client to test against my simple SOAP server. Not so easy. My client forms the request nicely, and I see with my packet sniffer that the SOAP server is producing the expected response...
1
7,401
thread by: Randell D. | last post Jul 16 '05 by: Randell D.
Folks, I've not used ImageMagick before - I've worked with the gd functions that are pre-compiled in PHP and found some of the limits problematic yet heard better reviews on ImageMagick. I've got PHP 4.3.3 - When I do a phpinfo(); it tells me it was compiled with --with-imagemagick There is no other mention of it anywhere (unlike GD which...
5
13,043
thread by: John | last post Jul 16 '05 by: John
Hi, How do I print different code depending on the URL? For instance: <? if url="page1.php" then print("hi"); if url="page2.php" then print("hello");
0
1,718
thread by: Jason Sobell | last post Jul 16 '05 by: Jason Sobell
Hi, I'm trying to return the inner XML from a DOM element, but I can't find any methods that allow this. For example, if I have a string: <TEXT>Here is a string with <B>bold</B> text in it</TEXT> then I want to return the enclosed string _including_ the <B> tags: "Here is a string with <B>bold</B> text in it" Using get_content strips out...
2
2,090
thread by: affiori | last post Jul 16 '05 by: affiori
Can anybody shed some light on this error? When I try to create tables for the database for phpnuke using the supplied sql file when i get toe "nuke_contactbook" table, I get back this: ========= Error SQL-query : CREATE TABLE nuke_contactbook(
1
2,244
thread by: DJ Dev | last post Jul 16 '05 by: point
Hi, I have to create graphs which you can zoom into and have more controls. I dont want to use a Java Applet and would love to use PHp and any of its library. I guess such thing can be done with PHP and Flash and/or Javascript etc. Please guide me. A point to a tutorial or an example will be highly appreciated. Thanks.
1
3,103
thread by: Steven Farlie | last post Jul 16 '05 by: Jochen Daum
I am attempting to write to a named pipe using fwrite(). Unfortunately fwrite() will block until the pipe is read by an external program. This call does not have a timeout parameter and I have not seen any equivalent calls that do. I have been looking for a callback routine so that fwrite() does not block forever. Something like this: ...
1
3,827
thread by: Phil Powell | last post Jul 16 '05 by: Jon Kraft
I have to get this done by tonight! I have a .CSV file and a PHP file where I am inserting the values of the CSV file into the db table. See the results live: http://www.nordicnet.no/admin/alle_produkter.php and watch it bomb nastily. Here is the PHP code: <?
1
2,126
thread by: erzon | last post Jul 16 '05 by: Jon Kraft
Hello, I'm trying to set up a local WAMP environment. But when I test to connect to mysql from PHP(4.3.3) I get an error: 'Client does not support authentication protocol requested by server. Consider upgrading MySQL client ' Does anyone know if it exists any PHP connection support for Mysql 4.1.0 or do I have to downgrade mysql?
1
17,000
thread by: Matt | last post Jul 16 '05 by: Jon Kraft
I want have PHP call another process (another PHP script at the moment but it may end up being a binary) in the background and not wait for process to complete, but rather instantly jump the the next line of code. I've tried things like: exec("./script.php &"); // script.php has executable permissions set exec("at -f ./script.php now");...
1
2,751
thread by: Geoff Berrow | last post Jul 16 '05 by: Jon Kraft
I have a textarea on a form whose value is stored in a database. I want to display the contents as an unordered list. At the moment I am using * to start the line and ; to end the line in the textarea and then replacing these characters like so: <ul> <?php $features=$myrow; $search = array("*", ";"); $replace =array("\t\t<li>",...
3
3,138
thread by: Alexander Rippert | last post Jul 16 '05 by: Alexander Rippert
Hallo, Ich bin auf der Suche nach einem guten Buch über PHP. Ich kann schon etwas C#, Pascal und Delphie programmieren und möchte nun in PHP einsteigen. Ich brauche also kein Buch für den absoluten Anfänger. Ich will auch so schnell wie möglich mit komplexeren Themen anfangen, wie z.B. das Programmieren eines Forums oder ähnliches. Mir...
8
2,050
thread by: point | last post Jul 16 '05 by: point
Hello there.... I hope there's someone who can help with one algorithm...I've been trying the whole day.... I'm building my own FORM class and have a function select(&$options, $name = "", $onchange = "") there's also a var $selected to be called before ->select() because
2
2,778
thread by: Sylvain Perreault | last post Jul 16 '05 by: Alex Farran
Hi! I have a problem... I did a PHP Script for a counter... and I want the counter to be displayed on an another PHP page... So, I can include it like that: <?
3
8,161
thread by: Martin | last post Jul 16 '05 by: Martin
I have a PHP script that should be run a few times a day. Currently I run this script manually as I haven't been able to set up Lynx or wget to run it as a cronjob. Or to be more specific: the script works, but both wget and Lynx fail after 10 or 20 redirects, then it warns: wget: 20 redirections exceeded. Lynx: Alert!: Redirection limit of...
4
23,978
thread by: Ralph Freshour | last post Jul 16 '05 by: Matthias Esken
I've been looking thru my PHP functions and can't find what I need - is there a function that will tell me what .php file is currently executing? Thanks...
3
2,160
thread by: Adams-Blake Co. | last post Jul 16 '05 by: Matthias Esken
I know that having register_globals=ON is a security risk and we have it OFF. We want to use the GeekLog content manager and it only works with ON. Can someone give us some coding tips on how to mitigate any possible security problems if we turn it on? I know it has to do with a querystring that is same as a variable name being sent in the...
0
1,748
thread by: Freddy | last post Jul 16 '05 by: Freddy
I am using the script as below, but there is a problem, in Netscape, and Mozilla Firebird, a .php is added to the filename when the user is prompted to save, it's ok in Internet Explorer and Opera though: $filename="/home/myUserName/filename.exe"; header("Content-Disposition: attachment; filename=filename.exe"); header("Content-Type:...
3
2,063
thread by: Phil Powell | last post Jul 16 '05 by: Paul Bramscher
I have never in my life ever seen this happen, but I am doing a typical mySQL insert statement: insert into nnet_usermetadata ( ... ) values ( ..... ) if (!mysql_query(sql)) { // DO STUFF}
1
3,556
thread by: ivsn | last post Jul 16 '05 by: Duane L
Hi everyone, I am trying to got PHP working as CGI with Apache web-server with following features: 1) There are NO "#!/usr/local/bin/php"-headers (or like this) in the scripts. 2) Executable Php-binary is located out of www-tree of apache server. I've set in httpd.conf: AddType application/x-httpd-php .php AddHandler...
2
2,101
thread by: Bruce A. Julseth | last post Jul 16 '05 by: Bruce A. Julseth
I in the process of learning MySQL and PHP and maybe my question is premature. So far everything that I am doing is Client data handling. Does PHP, using MySQL, have the ability to handle Server side instructions.... Thanks... Bruce A. Julseth
6
7,103
thread by: Michael Akins | last post Jul 16 '05 by: Michael Akins
Is it possible to use PHP on the front end and Java on the backend? Either using EJB or not? I know it's not common (I've been searching Google) but I'm curious if anyone has done it. Thanks, Michael
0
719
thread by: Gerhard Buergmann | last post Jul 16 '05 by: Gerhard Buergmann
Sometimes my mail() function returns FALSE, but there is no error message. Error reporting is set to E_ALL. It seems to be a problem of the bcc: line. I use: $headers .= "Bcc: aaaa@aaa.aa,bbbb@bbb.bb,cccc@ccc.cc\n"; I currently have approx. 30 addresses in the line. Are there any limits?
0
1,490
thread by: FredBriand | last post Jul 16 '05 by: FredBriand
Hi, anyone knows where I could find a binary distribution of the ClibPDF extension for PHP 4.3.3 and windows XP? I don't have any C or CPP compiler on that pc. thanks for your help fred
16
8,750
thread by: Yang Li Ke | last post Jul 16 '05 by: Andy Jeffries
Hi there, I have a php script which creates a .html gallery with thumbs and links etc.. I would like it to update the gallery and change the thumbs according to some random values every 60 minutes Anyone can suggest me a way to do that?

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.