Jump to content

mattclements

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

Everything posted by mattclements

  1. Could you provide the SQL Statement to Create the DB & Tables and provide some sample data which produces the 3.5 second times and I can analyse and improve for you. Regards, Matt
  2. Hello all, I am completing my final year project for BSc Computer Science working on a Business Application for a Catering Business to help them steamline their workflow. If you have a few minutes I would be greatful! http://www.mattclements.co.uk/survey/index.php?sid=66577&lang=en
  3. Hello All, I have used some SOAP bits with PHP before but not sure on this one: <User> <APIKey>string</APIKey> <Details> <Title>string</Title> <FirstName>string</FirstName> <LastName>string</LastName> </Details> </User> Now I think... I should be passing 2 variables, One as the API Key, another as the array of details: require_once 'SOAP/Client.php'; $api_key="ABC"; $details={"Title","First Name","Last Name"}; $wsdl_url = 'http://testapi.org/api.asmx?wsdl'; $WSDL = new SOAP_WSDL($wsdl_url); $client = $WSDL->getProxy(); $response = $client->User($lp_api_key, $details); Is this correct?
  4. Hello all, Our dedicated server was suspended for a short time today with the following security log (switch traffic) issues. I added a firewall rule to get this sorted for now however does anybody have any idea what this could be? 06:11:04.017603 IP x.x.x.x.52218 > y.y.y.y.110: UDP, length 15 ? Regards, Matt
  5. bump
  6. Hello all, For a new project I am working on I will need to use GD Library to generate images on the fly. As you can see from the included image I will define a glow colour and a main colour (Gold = Glow, Black = Main) and the background will always be transparent. Any ideas how I could do this in GD Library? Regards, Matt
  7. Thanks - I remember now
  8. Please see the attachment - I have seen this done in HTML before but cant find it now im looking - any ideas? Matt [attachment deleted by admin]
  9. Just have - it wont let me change the auto increment values - so I have had to move the 2000 batch into a seperate table. Thanks for your advise. Regards, Matt
  10. Really - I thought a primary key is a constraint and therefore would skip the values.
  11. Hello all, I have built a script that generates automated PDF invoices. The first batch's ID's were: 2044-2106 as I forgot to reset the auto increment value after testing - I then reset this and new invoices are now 1-80. When the invoices reach 2044 will they just miss 2044-2106 as I want, or will they overwrite/throw an error? Regards, Matt
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.