Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 2.10 seconds.
Search: Posts Made By: cyphix
Forum: PHP 05-12-2013, 01:07 PM
Replies: 0
Views: 134
Posted By cyphix
Need help getting SOAP / Web Services working

I have never really used web services before & I have been struggling figuring out how to get SOAP working how I need. I have googled & read several other SO questions but am still lost.

The WDSL...
Forum: HTML & CSS 04-24-2013, 04:38 PM
Replies: 9
Views: 318
Posted By cyphix
Awesome - thanks chaps! :)

Awesome - thanks chaps! :)
Forum: HTML & CSS 04-24-2013, 11:42 AM
Replies: 9
Views: 318
Posted By cyphix
HTML5 Questions

I am going ahead with building my first HTML5 website & I have some questions..

Are header, footer, section, aside elements blocks? I found some info a few years back that stated they weren't...
Forum: PHP 04-23-2013, 09:17 AM
Replies: 9
Views: 208
Posted By cyphix
Ok thanks. I don't have much control over the...

Ok thanks. I don't have much control over the feed as it's done by WP, but I have thought about formatting the data before it's passed to SimpleXML, guess that's the way I will have to do it.
...
Forum: PHP 04-22-2013, 04:28 PM
Replies: 9
Views: 208
Posted By cyphix
No worries :) However, on this same note, I...

No worries :)

However, on this same note, I can get it to output to the browser correctly now, but it is still returned to PHP as that latin character, which makes trying to do anything with it in...
Forum: PHP 04-22-2013, 04:28 PM
Replies: 9
Views: 208
Posted By cyphix
No worries :) However, on this same note, I...

No worries :)

However, on this same note, I can get it to output to the browser correctly now, but it is still returned to PHP as that latin character, which makes trying to do anything with it in...
Forum: PHP 04-22-2013, 03:57 PM
Replies: 9
Views: 208
Posted By cyphix
That did it, thanks very much!! :thumbsup: ...

That did it, thanks very much!! :thumbsup:

Any idea why the meta charset I had already put in there didn't work?
Forum: PHP 04-22-2013, 12:50 PM
Replies: 9
Views: 208
Posted By cyphix
I'm not quite sure you understand my...

I'm not quite sure you understand my problem...... the FEED I am reading contains the html entity form of the hyphen character, that being:





Now, when I get this data returned from...
Forum: PHP 04-22-2013, 11:20 AM
Replies: 9
Views: 208
Posted By cyphix
SimpleXML & html entities = strange characters

I am getting a feed as such..


$posts = new SimpleXMLElement(WP_ROOT_URL . 'feed/', 0, true);


In this feed one of the items I am getting contains a html entity, which is the entity for the...
Forum: JavaScript frameworks 12-12-2012, 12:35 PM
Replies: 2
Views: 286
Posted By cyphix
Perhaps I didn't use the correct wording, but as...

Perhaps I didn't use the correct wording, but as I understand it nothing is returned to "the screen" until it is done.

Have considered loading the images when the page does, but I chose to avoid...
Forum: JavaScript frameworks 12-12-2012, 11:43 AM
Replies: 2
Views: 286
Posted By cyphix
Getting portions of javascript to fire before entire function(s) finishes

I am changing a image via jQuery, but the image takes a few seconds to load and hence appears like the click did nothing, so I needed to input a temporary "loading" image to show the user that the...
Forum: PHP 10-24-2011, 12:56 PM
Replies: 3
Views: 347
Posted By cyphix
True, good point! :thumbsup:

True, good point! :thumbsup:
Forum: PHP 10-23-2011, 11:51 PM
Replies: 3
Views: 347
Posted By cyphix
nvm..... I worked it out lol $output = $main...

nvm..... I worked it out lol

$output = $main / 100 * 95;

:)
Forum: PHP 10-23-2011, 11:39 PM
Replies: 3
Views: 347
Posted By cyphix
Getting a certain percentage of a integer returned

Say I have this..

$main = 2000;

How can I get for example 95% (1900) of $main returned?

Thanks a lot!
Forum: Small projects (quick fixes and changes) 01-30-2011, 06:01 PM
Replies: 6
Views: 2,675
Posted By cyphix
When you're prepared to put up the green, then...

When you're prepared to put up the green, then you will get a legit coder.
Forum: PHP 01-27-2011, 10:32 AM
Replies: 8
Views: 4,056
Posted By cyphix
Hi..... I'm not sure if I can help you as the...

Hi..... I'm not sure if I can help you as the changes I made were just to fix problems with certain numbers that were returning false negative responses.

It seems you have some kind of other...
Forum: PHP 01-26-2011, 07:08 PM
Replies: 8
Views: 4,056
Posted By cyphix
No problems at all - Glad it helped you. :) I...

No problems at all - Glad it helped you. :) I remember that wall all too well!
Forum: PHP 01-26-2011, 04:20 PM
Replies: 8
Views: 4,056
Posted By cyphix
Hi Mike...... If I recall correctly I basically...

Hi Mike...... If I recall correctly I basically changed from using SOAP to using XML.

Here are the details below..

This was the OLD code that used SOAP..


function...
Forum: PHP 11-09-2010, 09:26 PM
Replies: 2
Views: 442
Posted By cyphix
Yeah. He has IMAP installed.... got all the...

Yeah. He has IMAP installed.... got all the headers fine such as subject, date, to, from etc..... the body is the problem.

If it helps.... here is a saved copy of his PHP info I took home with...
Forum: PHP 11-09-2010, 08:42 PM
Replies: 2
Views: 442
Posted By cyphix
Getting body of pop3 email msg fails on some systems when using PHP's IMAP functions

Hey guys..... I've built a POP3 mail retriever apart from a couple functions I got from the PHP.net site in the comments section & modified a bit, which basically gets the message structure & parses...
Forum: JavaScript frameworks 10-31-2010, 06:38 PM
Replies: 1
Views: 3,711
Posted By cyphix
Well I ended up using something like the...

Well I ended up using something like the below.... while it doesn't trigger on complete, it's actually better as it does it before it starts the upload.

The header is as so..

...
Forum: JavaScript frameworks 10-29-2010, 02:27 PM
Replies: 1
Views: 3,711
Posted By cyphix
Can't change 'scriptData' when using Uploadify plugin for JQuery

I'm using the plugin from here: http://www.uploadify.com/

I'm trying to update/add scriptData but it isn't working. The value always remains the same, what am I doing wrong!? :(

Here is the...
Forum: Unknown sized projects (request quote) 10-14-2010, 06:31 PM
Replies: 3
Views: 1,064
Posted By cyphix
I don't quite understand - are you prepared to...

I don't quite understand - are you prepared to pay for this or are you only offering stakes in the business?

From the sounds of what you need the project would be very costly to be done...
Forum: MySQL 10-10-2010, 10:01 PM
Replies: 6
Views: 1,022
Posted By cyphix
Alright..... I'll see how I go :) Thanks!

Alright..... I'll see how I go :) Thanks!
Forum: Unknown sized projects (request quote) 10-10-2010, 08:06 PM
Replies: 9
Views: 4,564
Posted By cyphix
Sorry not interested.... if you wanted to do...

Sorry not interested.... if you wanted to do something like that you should have posted here: http://www.codingforums.com/forumdisplay.php?f=48
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 12:00 PM.