[link:10]my text1[/link] should be <a href="index.html?10">my text1</a>
[link:15]my text2[/link] should be <a href="index.html?15">my text2</a>
[link:155]my text2[/link] should be <a href="i...
Hello,
I want to replace this character: ? from a php string. I want to replace it quote character: " in the string variable.
Example:
I have this variable:
$text = 'this is my ex...
Hi
I have a problem, using curl with php to connect to other service. Below is the fragment of code doing this. As you see the timeout is set to 10 sec. but sometimes I get the following er...
Hello
When running the attached script, the following output is generated;
----- START HERE -----
Word Test Loaded
The file C://inetpub//wwwroot//doc_conv//test.doc exists
Loade...
My array looks like this:
Array
(
[0] => Array
(
[id] => 8
[items] => Array
(
[0] => Array
...
Hello,
I have just discovered that the same php code works in IE but not in the FireFox browser, having to do w/ setting Session variables.
Even something simple like
$_SESSION['test']="hel...
i need blinking text on web page, i got this by using below mentioned script only when i use <blink> tags within html in Internet Explorer, but if picked the data along with tags from database...
I am working with an API and trying to figure out how I can do a multipart/form-data POST request with cURL. I'm trying to send an image using cURL. Any help is appreciated thanks!
I have a flash app that need to load and save xml data. Since flash doesn't do this it's self, I'm using PHP on the backend. So in order to allow the user to select a local file the app upl...
How to count the number of directories in a folder?
I have a word file in my server.. I would like to display that word document in the page with all formatting using PHP..
We are having an issue with existing code that is running well under php 4.2 but seems to give permissions errors with php 5 as we are trying to move to a new server and testing.
Exact erro...
Dear experts, I want to send a form with POST method via CURL and then retrieve the answer. But i have 2 problems: 1) When a i am trying to post data to this server and check the results of my...
Hello,
I'm developing a site using simpleXML and so far have not had any problems. However I now need to access an attribute.
My normal way of accessing the XML is like this;
$xml = s...
Hi I am not so good on english but will try my write my best :P.
Project/Problem description:
I have 1 folder with the name"output", in the folder I have two types of files, text files a...
Hi folks,
Just confirming. A client has (for some unknown reason) created two different MySQL databases and now want to create a query in PHP that pulls both tables into a JOIN.
We are ...
Hello group,
I have written a small code to read an xml file using SimpleXML library. it does what I was expecting BUT as a newbie in PHP I used linear array which makes it slow. Can sombod...
I would like to create a stock market ticker for my website, similar to the one found here:
http://moneyam.co.uk/
(the scrolling banner).
Either something similar or just an updating fts...
Hi,
How to be able to convert the array $tab_sec in a string with separator - beetwen elements
I am working with php soap
$parameters = array('table_ref'=>$table_ref,'origine'=>$_SESSION...
Hi experts ,i am using Phpmailer to send email from php , but it cant send more than approximately 50 adresses, if i try to clear mail list with PHPmailer->ClearAddresses(); and loop thro...
Well I planned to build a multilingual website, is there any open source php script available which automatically convert my English site to different language like French, German, Italian etc...
I am having a zip file uploaded and i want to unzip it on server and then put into a folder. Can someone guide me?
if (isset($_POST['bsubmit'])){
// check if zip file i...
below ic a copy of my array, I would like to know how to get the position of a particular element
eg get the position of 1998
Dear
I would like to use php, dom to modify a xml file. For example, i have a book.xml as below. If I want to change publisher "Thomson" to "Wiley". How can I do that? Does anyone can give ...
I am new to PHP/MySQL, but a db programmer (SQL Server, VB).
This should be simple code, and don't see where I'm going wrong. I am using a graph object, getting some data through a serie...