My array looks like this:
Array
(
[0] => Array
(
[id] => 8
[items] => Array
(
[0] => Array
...
Hello there,
I'm having some trouble at trying to make a script to login to myvodafone account at vodafone's website (https://my.vodafone.pt/guest/)
I've tried the attached code snippet ...
Hi,
I would like to request an assistant.
May i know how to set the "return-path" so that it will appear in every email header ?
FYI i have added the following in the header, but the ...
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...
[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
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...
I want to delete the following four characters from a string
(
)
-
<space>
is there a preg_replace call that can do the work of four str_replace ('-'.'', $string) calls ?
tha...
I have a date field in MySQL and have my page to sort it at desc:
SELECT *, DATE_FORMAT(check_date, '%%m/%%d/%%Y') as check_date FROM mbr_body_image_routine WHERE member_ID = %s ORDER BY ch...
My array looks like this:
Array
(
[0] => Array
(
[parent_id] => 2
[parent_name] => Master Category 2
[child_ids] => Array
...
Hey
Can someone possibly point me in the right direction? I want to start developing a web application for our college and I want to be able to authenticate a user on the site using the use...
If I have a text file which contains many characters, some of them are ascii characters but some of them are not. How can I distinguish them and count how many non-ascii characters there?
Hi,
i am converting a live news system previously built in vb6 to an online system. i need to convert a plain text string into html. the code attached is vb code and is the code i have been u...
Hi Experts,
Greetings!
I just want to confirm if there's any settings for the mail headers that let "Reply All" be enabled. I know "Reply-To" but not sure about the other one.
Any id...
Is there a way to get a windows login from php on apache?
I don't want to install anything. I would think that you can spoof the response headers and fool the client into thinking they are...
Please see the attached excerpt from my email php script. In the email that is sent, my \n line breaks work fine until it gets to the $position field. The line break after this field does not ...
Hello, I'd like to export my database in to a csv from a link on my page.
Just say it's a list of clients. Every 100 clients I want to put it in to a new tab in a excel file, but in this c...
I am trying to see if these values are in the database. If they are I am trying to set the raido button or check box.
It is hard to explain what I need so hopefully the code will explain.
Hi friends,
I want to create unique 16 digit alpha numeric keys for a value.
for example
$alphaNumeric = generateAlphaNumeric(51);
i need a result like this "ACADRT478965BNXY"
...
I am trying to update a field, and the query looks like this:
UPDATE form_fce_his SET `history_medications`='test 2323°' WHERE id=26
However, what gets sent to the mysql server is this:
...
Inlcuded below is the code I am using.
Currently this will create my DOM XML file, save it to the server
Then prompt me to download the file.
I am trying to perform this operation without...
Hi,
I have a string called $dir, how do i test if this exists and if it does not exist then to create it ?
I have been able to use this out of the (xampp) box.
1. How can I tell which mechanism it's using for the MSSQL connection (MSSQL_CONNECT) - i.e. ODBC, PDO etc
2. How can I force it to use...
Hi,
I am using the excel writer with pear, buen i format a cell, nothing happens, here is the code
<?php
require_once "Spreadsheet/Excel/Writer.php";
$workbook = new Spreadsheet_Excel_...
How to count the number of directories in a folder?
I am trying to get the filename out of a string from another file and using file() to go line by line
the lines look like this:
234 ICON "Icon_2.ico"
I need this part: Icon_2.ico
the...