Good day,
I have a question and something that either does not work, or I have not
gotten it to work the way I want to.
I have a start page, which is a form, that takes 2 text fields and also a
Attachment field. Then it calls the first page, which is supposed to spawn
of a call to another page (I
On 21 May 2010 15:16, Ashley Sheridan wrote:
> On Fri, 2010-05-21 at 14:03 +0200, Anton Heuschen wrote:
>
> Hi Im trying do something like this, have a function which uploads my
> file and returns file pointer ... but at same time ... I want to
> remove all Blank lines in a fil
Hi Im trying do something like this, have a function which uploads my
file and returns file pointer ... but at same time ... I want to
remove all Blank lines in a file and update it before it goes to the
final location ...
What I tried was to do a write of file and use some regexp replace to
remov
Good day.
I'm looking for a good class to handle building dynamically from and
array (and if it is good it will automatically determine / or even
have different methods) to handle mutli-dimensional arrays or simple
associative arrays ... and build the SQL statement :
for example I have an array :
Hmmm yes thats another way of doing it ... Im running a Ubuntu box
..so its quite possible (how will you mount if your on XP?)
2009/11/3 Devendra Jadhav :
> You can you NFS to mount remote file system on your local system.
>
> On Tue, Nov 3, 2009 at 2:50 PM, Anton Heuschen wrote:
t of that script is
> nothing.
>
> If you want to see the output just put http://200.200.1.1/Folder/Config.php
> in browser and check.
>
> btw what exactly you want to achieve by including external config file?
>
> On Tue, Nov 3, 2009 at 2:05 PM, Anton Heuschen wrote:
>
Question is wrt to including a config file on an external server in a
local include
Lets say that on 127.0.0.1 I have test.php with
include http://200.200.1.1/Folder/Config.php
$obj = new RemoteClass()
do stuff
and on server 200.200.1.1 I have my Config.php file which is contains
the class Re
How would you go about ensuring the memory is not exhausted when running a
script ?
I have a script, which to make it basic ... reads values from files, I
create an array of values per file then with a foreach insert values into a
table, I have added a line to echo the memory use after each array
This is just a general question,
I am not 100% on when to use global $var , and $this->var and how/what
about the GLOBAL vars
Lets say I have one file I call config.php here I connect to the db, to
ldap etc the connection "var" I can then use in a file on its own ...
obviously aft
I have a question regarding echo of a var/string in a loop on each instance
A shortened example:
Lets say I have an array of values (rather big), and then I loop
through this array:
for or foreach :
{
$value = $arrValAll[$i];
echo "test".$i."--> ".$value;
}
When the script runs it will
gramming with NuSOAP Part 2: http://www.scottnichol.com/nusoapprog2.htm
> Programming with NuSOAP Using WSDL:
> http://www.scottnichol.com/nusoapprogwsdl.htm
>
> It's nice, and it has lots of working examples.
>
> Jonathan
>
> On Mon, Jun 22, 2009 at 11:02 AM, Anton Heus
Does anyone have any good links to basic and more advanced (and some
examples) of NuSOAP and using this ?
Would be appreciated to see some recommendations that might of helped
others etc.
Thank you in advance.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
help thus far ... now I feel depressed all of a suden
...miss the vibe - Holland rocks
2009/3/7 Phpster
> If you're not Dutch you're not much! Holland rocks!
>
> From a fellow dutchie,
>
> Bastien
>
> Sent from my iPod
>
>
> On Mar 11, 2009, at 4:47,
e it would be something like this:
>
> $client = new SoapClient(null, array(
>'location' => "http://localhost/WebService/GetData.asmx";,
>'uri' => "http://localhost/WebService/";)
> );
>
> And if your webservice provi
I am confused with XML-RPC / SOAP and WSDL ...
If you have a server with a script/file like test.asmx and some web
services ...below example of service format :
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The
placeholders shown need to be replaced with actual values.
-
This might sound trivial, but for the live of me cant seem to get it to
work, and I am not familiar with such a thing.
What I have is a query lets say :
select country,name,population from USERS where id= 'some_id' ";
Now I want to assign the result to one set (The above example might have 3+
What are some good php classes/scripts to work with:
Parsing XML data/files.
Building SOAP/WDML (Im not too familiar with this so still trying to
work it out)
So far, I have a class from :
PHP WSDL Generator - Version 1.1.0 b
http://www.protung.ro
Basically what I need to do is connect to/se
17 matches
Mail list logo