Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 13
1
2
3
11
>
Last
»
Showing results 1 to 25 of 303
Search took
0.54
seconds.
Search:
Posts Made By:
Tynan
Forum:
PHP
03-12-2013, 05:34 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
found a way around this, apologies for anyone...
found a way around this, apologies for anyone reading my rather frenetic and unclear posts above
Forum:
PHP
03-12-2013, 04:15 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
hmpf, I can get the image links with the...
hmpf, I can get the image links with the following rather obvious lines
$Photo1=$Property->getElementsByTagName('image')->item(1)->textContent;
but it starts going wrong when the outer image...
Forum:
PHP
03-12-2013, 03:44 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
so far so good, I can load everything into the...
so far so good, I can load everything into the php array except a list of images that are numbered and use the tag name 'image' nested inside another tag name of 'image', I can't get into there, I...
Forum:
PHP
03-12-2013, 02:01 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
bah, I think I'm there after posting it here,...
bah, I think I'm there after posting it here, ain't that so often the way, the below copied from somewhere gives me a clean array
<?php
$countries = array();
$dom = new DOMDocument();...
Forum:
PHP
03-12-2013, 01:43 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
And here indeed I am again I've quite...
And here indeed I am again
I've quite happily managed to parse XML feeds and access the data and loop through it etc etc
But I'm now trying to build a php array from the xml that I can then...
Forum:
General web building
01-22-2013, 02:34 PM
Replies:
4
Form with file upload to server
Views:
5,936
Posted By
Tynan
what skills do you have and have you googled...
what skills do you have and have you googled this?
I only ask because when I did I found an entire free script that not only let me upload a file, in this case a picture, but resize it and rename...
Forum:
General web building
01-22-2013, 02:21 PM
Replies:
1
How to identify security loopholes in a website that has been hacked to send spam?
Views:
6,820
Posted By
Tynan
I can't help with any techy advice but is it...
I can't help with any techy advice but is it shared hosting and of so with which host.
And have you googled this issue with regards to that host? I only suggest this because I've had this a few...
Forum:
General web building
01-22-2013, 01:19 PM
Replies:
3
sub domains or new domains to expand website
Views:
5,636
Posted By
Tynan
sub domains or new domains to expand website
Hi all
I have a site I'm happy with that ranks well for what it's for, the domain name is quite generic in that it's http://www.christine-dean-public-access-barrister.co.uk/ and is mostly written...
Forum:
PHP
11-23-2012, 04:08 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
Thanks, have skimmed that tutorial on the link...
Thanks, have skimmed that tutorial on the link and it looks a doddle which is nice
I'll get this one under my belt before telling people doing it already what to do I think
Thanks for your...
Forum:
PHP
11-23-2012, 02:51 PM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
Hi and thanks noted but client is asking to...
Hi and thanks
noted but client is asking to use XML so I guess I'm stuck with what he wants to feed
Are my airey and vague assumptions correct and workable though?
Forum:
PHP
11-23-2012, 11:58 AM
Replies:
9
xml feed into php/MYSQL listings site - noob question(s)
Views:
440
Posted By
Tynan
xml feed into php/MYSQL listings site - noob question(s)
Hello all
i have a listings site that runs php from mysql results, all good
but now I want to take an xml feed from a client with hundreds of live listings
all new to me and i want to be...
Forum:
PHP
02-17-2011, 10:02 AM
Replies:
1
recording a click whike preserving the 'backlink'
Views:
1,530
Posted By
Tynan
recording a click whike preserving the 'backlink'
Hello
Ages ago I did some code to record click on advertisers outward links, which worked perfectly
I did it by going to a php page that inserts the details into mysql and then refers onto the...
Forum:
PHP
09-09-2010, 12:43 AM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
it works and I could cry with joy I had to...
it works and I could cry with joy
I had to knock out the two 'current' bits in the middle as they chucked up an error but that was almost certainly due to some subtle change in my array
once it...
Forum:
PHP
09-08-2010, 03:09 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
Hello again and thank-you once again, the state I...
Hello again and thank-you once again, the state I was in last night, I was reading my posts as if they were from someone else
Brill, the Sort doesn't have to be an array at all, it was just how it...
Forum:
PHP
09-07-2010, 10:17 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
Hello all, I've benn working on this in fits and...
Hello all, I've benn working on this in fits and starts and am currently stuck semingly at an earlier stahe than I was before :mad:
I've got the full array now with everything I need in it but...
Forum:
PHP
08-06-2010, 11:09 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
Hello all, update only, no question, stream of...
Hello all, update only, no question, stream of conciousness if you will
after a long week of block, I realised I was overcomplicating it and went with a simple array which immediately worked with...
Forum:
PHP
08-03-2010, 11:48 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
Hi fella, blimey you're quick! Apologies for...
Hi fella, blimey you're quick!
Apologies for the empy fields, I'm working with a static two fields in that array at present although the final version will be between one and six odd.
I've just...
Forum:
PHP
08-03-2010, 10:58 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
Hello again I've been painfully pottering...
Hello again
I've been painfully pottering away on this in the evenings, but I now have what I think is a multidimensional associative array in the format that will let me produce the info I need...
Forum:
PHP
07-22-2010, 09:38 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
I think I'm going to get there, I think I've been...
I think I'm going to get there, I think I've been trying to over complicate this, I think I see a low tech way of doing it, I only have to run the script once a week so it doesn;t have to be slick
...
Forum:
PHP
07-22-2010, 08:30 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
$aTitles = array( 'Title A' => array('L:'...
$aTitles = array(
'Title A' => array('L:' => '2010-07-22', 'N' => '2010-07-30'),
'Title B' => array('H:' => '2010-07-10', 'I' => '2010-07-13', 'I' => '2010-07-15'),
'Title C' =>...
Forum:
PHP
07-21-2010, 11:51 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
Hi and thanks Yes the first one was just to...
Hi and thanks
Yes the first one was just to help me with echoing the data, sorry
the third array is in sequence with the second, ie each letter is linked to the corresponding date, form your...
Forum:
PHP
07-21-2010, 11:19 PM
Replies:
15
advice on a sortable array
Views:
1,707
Posted By
Tynan
advice on a sortable array
Hi
I'm a fairly low level php user getting into arrays for a script I'm slogging through
I've got to the point where I have about a hundred titles each at present with 3 seperate arrays...
Forum:
PHP
07-29-2009, 07:53 PM
Replies:
3
Sorting a column of dates generated on the fly
Views:
478
Posted By
Tynan
Thanks for that, good the mysql is very...
Thanks for that, good
the mysql is very basic, so each row on that table is calculated from one date, and the various steps and adjustment values from two other tables, I don't see anything there...
Forum:
PHP
07-29-2009, 05:36 PM
Replies:
3
Sorting a column of dates generated on the fly
Views:
478
Posted By
Tynan
Sorting a column of dates generated on the fly
Hello all
I'm working on a schedule of dates
http://www.tynandean.co.uk/index.php (http://www.tynandean.co.uk/index.php)
I've tried to keep it as simple as possible, it pulls a single date...
Forum:
PHP
03-18-2009, 06:31 PM
Replies:
3
PHP mail form stops at blank
Views:
671
Posted By
Tynan
I'm a basic coder myself, I'm not being funny but...
I'm a basic coder myself, I'm not being funny but this is fairly fundamental stuff with a billion examples online
why not just copy an example and then build the form up as necessary?
Showing results 1 to 25 of 303
Page 1 of 13
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
12:46 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.