I logged in to my freelancer.com account today and found something weird. http://imageshack.us/photo/my-images/109/12245053.jpg/ I also saw P with Dollar like sign and PHP which was converted into dollars. Regards Arifeen View full post on Tycoon Talk
UPDATE: CAN’T FIND OPTION TO DELETE THIS POST, BUT ISSUE BEEN FIXED. WAS THE Advanced Category Excluder plugin. We are using WordPress 2.8.4 on our site at http://askguides.co.uk/ Was working fine, but it has stopped working all of a sudden. The homepage just shows an error message which says: "Warning: Parameter 1 to ace_where() expected [...]
Im new to PHP and Im getting this error Parse error: syntax error, unexpected ‘=’, expecting ‘,’ or ‘;’ in C:\wamp\www\php_sandbox\00800 strings_functions.php on line 24 This is line 24 Trim: <?php echo fourthString = $firstString . trim($secondString); ?><br /> Thanks for any help <html> <head> <title>Strings Functions</title> </head> <body> <?php $firstString="The quick brown fox"; $secondString=" [...]
Hi – I’ve just converted an ASP.Net 2.0 solution to 4.0. In general, it seems to work fine, but there’s one point in the code that consistently throws an error on 2 Windows 7 machines, one 32-bit, one 64-bit. The same code works fine on a Windows 2003 machine in the 2.0 framework. Note that [...]
Hey guys, Is there something wrong with the ‘Login via Freelancer.com’ button? Attachment 5138 Any issues you’ve encountered in regards to this? Attached Images loginerror.PNG (6.3 KB) View full post on Tycoon Talk
Need Help. I had PHPBB3 ver 3.0.8 Then i made MOD implement. Forum_sort_order from phpbb. com /community/ viewtopic.php?t=587765 Then any new threads did not appear in the forum only it showed when i sort it by Descending – i thought it was some bug Immediatelly i did upgrade the Forum to 3.0.9 and now it [...]
Pretty new to PHP – I have a script and the error msg. keeps giving me a message of "Parse error: syntax error, unexpected ‘,’ in /home/content/b/i/g/bigcat1967/html/registernext.php on line 9" Here is the script: <?php include(‘connectionfile.php’); $test=$_post(username); if (!eregi("([^A-Za-z0-9]"),$test)) { } else { header("Location:invalidname.htm"); } I know – probably something stupid that I’m missing. thx [...]
I am using Prestashop for my store. www.meccabooks.com However I am having a issue with my cart which is mentioned below. When I add a item in the cart it shows up on the cart, when I clink on the cart button instead of Checkout, the page goes blank. If I click on the checkout, [...]
Hi all I am trying (11 days in …honest!!) to look at using a CMS and to cut a very long story short I chose Drupal. I installed the most recent version, 7 something onto my xp pro machine using IIS 5.something with my lovely new (working) PHP 5.3. The install went fine.. there was [...]
Hi Everyone, Do any of you know how to best display en error message when validating user input (Server-side). I know that you can use a message box when working on the client-side, but it doesn’t work when sending data to server. I understand that I have to use PostBack, but how do you display [...]