Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 70
Search took 0.18 seconds.
Search: Posts Made By: robbiez
Forum: MySQL 02-16-2013, 04:26 PM
Replies: 2
Views: 390
Posted By robbiez
Sort Order for varying length string.

Hi
I have searched for an answer but can't even find a starting point.

I have a list of order number based on a prefixed date stamp:
ORD201302161, ORD201302162, ORD201302163, ORD201302164, etc....
Forum: MySQL 10-15-2012, 07:06 PM
Replies: 7
Views: 479
Posted By robbiez
I have never worked with a database in this...

I have never worked with a database in this format:

a:30:{s:6:"randid";s:12:"29c090334ltk";}

but yes I realise I need cartdata= but I have no idea of the syntax required to extract the value...
Forum: MySQL 10-15-2012, 02:39 PM
Replies: 7
Views: 479
Posted By robbiez
I realise that, but I can't work out the correct...

I realise that, but I can't work out the correct syntax which was the purpose of my post.

Thanks for your assistance
Forum: MySQL 10-15-2012, 02:01 PM
Replies: 7
Views: 479
Posted By robbiez
not really!

not really!
Forum: MySQL 10-15-2012, 09:37 AM
Replies: 7
Views: 479
Posted By robbiez
Help with Mysql Syntax to delete row from database.

HI
I need a script to delete a row from a database. I am not sure of the syntax of the statement due to the format of the database.

This is an example row of the table that has four columns:
...
Forum: Apache configuration 07-02-2012, 04:03 PM
Replies: 1
Views: 878
Posted By robbiez
Error Log - [pid=20195 euid=0 egid=99] suexec.cpp(294): setrlimit(2)s

Hi
I have dedicated server with 1and1 who recently upgraded the server.

I now have this error in the error log, every few seconds.


[Wed Jun 27 17:13:26 2012] [warn] Cannot get media type...
Forum: PHP 06-25-2012, 07:56 PM
Replies: 8
Views: 524
Posted By robbiez
Thanks I will read up on Imagemagick and get it...

Thanks
I will read up on Imagemagick and get it installed.
Forum: PHP 06-25-2012, 07:18 PM
Replies: 8
Views: 524
Posted By robbiez
Excuse my ignorance! but It appears I can install...

Excuse my ignorance! but It appears I can install Imagemagick as I have a dedicated server with shell access.
If I install Imagemagick, am I able to include the few lines of code within my php...
Forum: PHP 06-25-2012, 06:36 PM
Replies: 8
Views: 524
Posted By robbiez
It is a file upload that accepts jpg, png and gif...

It is a file upload that accepts jpg, png and gif

Thanks
Rob
Forum: PHP 06-25-2012, 12:03 PM
Replies: 8
Views: 524
Posted By robbiez
PHP to work out image proportion and reduce if necessary

HI
I have a script that uploads an image file.
The width/height of the image is calculated based on the DPI and the values are held in $INFO[1] & $INFO[2].

I have a max size of 1000 X 700 that...
Forum: PHP 03-26-2012, 02:29 PM
Replies: 6
Views: 513
Posted By robbiez
I managed to solve this problem by using a...

I managed to solve this problem by using a function to compress the URL first via Tinyurl.

Thanks
ob
Forum: PHP 03-26-2012, 01:05 PM
Replies: 6
Views: 513
Posted By robbiez
Any chance you could point me in the right...

Any chance you could point me in the right direction with your suggestion??

My first thought would be that I am going to have the same error by using a different function to create the copy as PHP...
Forum: PHP 03-26-2012, 12:46 PM
Replies: 6
Views: 513
Posted By robbiez
Sample link: AS you can see it is very long...

Sample link:

AS you can see it is very long as the link draws the image.
...
Forum: PHP 03-26-2012, 12:24 PM
Replies: 6
Views: 513
Posted By robbiez
getimagesize() - Filename too long

Hi
I am using the getimagesize function but get an error relating to the filename being too long.

Is there a php setting I can change to overcome the problem??

or is there another function I...
Forum: PHP 01-23-2012, 05:57 PM
Replies: 7
Views: 572
Posted By robbiez
Convert 23/01/2012 to 20120123

Is it possible to change the date format from 23/01/2012 to 20120123??
Thanks
Rob
Forum: PHP 01-17-2012, 04:14 PM
Replies: 3
Views: 160
Posted By robbiez
HI thanks for the link. I have tried...

HI
thanks for the link.
I have tried implementing the multisort function but get various errors.
foreach ($_from as $this->_tpl_vars['k'] => $this->_tpl_vars['ARR_F']):
$sortColumn[] =...
Forum: PHP 01-17-2012, 03:42 PM
Replies: 3
Views: 160
Posted By robbiez
Sort foreach statement

Hi

I have a few lines of code that returns a number of items. I need to sort the order of these items in the numeric order of one of the array values.
This is the current code:

foreach ($_from...
Forum: DOM and JSON scripting 07-26-2011, 03:40 PM
Replies: 1
Views: 710
Posted By robbiez
or could the code be edited so the function only...

or could the code be edited so the function only gets the variables from the parent window??
Forum: DOM and JSON scripting 07-26-2011, 08:54 AM
Replies: 1
Views: 710
Posted By robbiez
Remove duplicate values from URL parameters.

Hi
I need some help with duplicate variables in url parameters. I am using this code
function getUrlVars() {
var vars = {};
var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi,...
Forum: PHP 07-25-2011, 02:50 PM
Replies: 1
Views: 342
Posted By robbiez
Syntax help required/number format

Hi
I have been trying to workout this very simple script for hours, but I cannot get the correct number format.

The code I want to work is
$printprice = $_REQUEST['printprice'];...
Forum: PHP 03-23-2011, 03:01 PM
Replies: 2
Views: 630
Posted By robbiez
You can see it in action here: ...

You can see it in action here:
http://www.myframer.co.uk/

If you look at the Green box in the middle(titled canvas printing service) there is a long number printed in IE8 and Firefox, but not in...
Forum: PHP 03-23-2011, 02:29 PM
Replies: 2
Views: 630
Posted By robbiez
$_REQUEST doesn't work in Safari or Chrome??

I have the following basic code:

$customerID = $_REQUEST['sid'];
echo $customerID;


It works correctly in IE8 and Firefox, but nothing happens in Google Chrome or Safari.

Am I missing...
Forum: PHP 11-27-2010, 08:03 AM
Replies: 4
Views: 1,305
Posted By robbiez
Sorted. Many Thanks for the pointers

Sorted.
Many Thanks for the pointers
Forum: PHP 11-26-2010, 08:17 AM
Replies: 4
Views: 1,305
Posted By robbiez
Hi I have been trying variations of this ...

Hi
I have been trying variations of this
$epochtime = $dborder['epochorder'];
$threeDays = strtotime('+3 day', $epochtime);
print $threeDays;

but all that does is print the...
Forum: PHP 11-25-2010, 09:10 PM
Replies: 4
Views: 1,305
Posted By robbiez
Code to get dates that are 3 full working days previous

Sorry, can't get my head round this and could do with some help.

Bascially my admin panel shows tabular data of my outstanding orders. What I want to do is highlight(by changing the text color)...
Showing results 1 to 25 of 70

 
Forum Jump

All times are GMT +1. The time now is 07:48 PM.