Jump to content

Tracekill

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Tracekill's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey I'm using SQLyog to damage a database that has well over 300,000 entries in it and the simple act of scrolling through them takes about ten seconds to complete let alone to actually change any of the cell values. Could anybody give me a method of shortening the length of the database to only the cells I want to see? Also, is there a way I can copy an entire row of data?
  2. I remember seeing around somewhere that you could create graphs using built-in classes in PHP. If this is not true, do you guys know of a way that I can accomplish this? All I want is cartesian graphing.
  3. While it may seem heavy, I really liked it because it displayed all of my databases in a spreadsheet type format and I could edit them directly through that, is there any other program that offers that kind of usability without having to know the SQL queries?
  4. I've always liked Navicat for managing my databases. It's easy to use, kind on the eyes and even an idiot (me) can use it. However, it's run out on it's 30-day trial and I cannot for the life of me find a tool equal to it. I've tried SQLyog but it was a bit complicated and didn't really get me what I wanted. Can anybody suggest a good database management tool like it?
  5. See? It was an idiotic problem. SO sorry to waste your time I should really have checked for that but the error return on the following line threw me off.
  6. Wow thank you for your reply it was both helpful and kind. I had a feeling that was the problem but my editor wouldn't let me delete the space in front of it so I thought it was fine but that was just due to the fact that it was in debug mode. Anyway cleared out that space but getting the same error: [code]<?php $var1 = "LIBERTY" $longstring = <<<ENDSTRING No person shall be held to answer for a capital, or otherwise infamous crime, unless on a presentment or indictment of a Grand Jury, except in cases arising in the land or naval forces, or in the Militia, when in actual service in time of War or public danger; nor shall any person be subject for the same offence to be twice put in jeopardy of life or limb; nor shall be compelled in any criminal case to be a witness against himself, nor be deprived of life, $var1, or property, without due process of law; nor shall private property be taken for public use, without just compensation. ENDSTRING; echo $longstring; ?> [/code]
  7. Probably a very simple and idiotic question to ask but I'm trying to write a simple practice script to test out heredocs. I have this: [code]<?php $var1 = "LIBERTY" $longstring = <<<ENDSTRING No person shall be held to answer for a capital, or otherwise infamous crime, unless on a presentment or indictment of a Grand Jury, except in cases arising in the land or naval forces, or in the Militia, when in actual service in time of War or public danger; nor shall any person be subject for the same offence to be twice put in jeopardy of life or limb; nor shall be compelled in any criminal case to be a witness against himself, nor be deprived of life, $var1, or property, without due process of law; nor shall private property be taken for public use, without just compensation. ENDSTRING; echo $longstring; ?> [/code] It gives me the error: [code]syntax error, unexpected T_VARIABLE[/code] Really sorry for wasting your time with such a simple question but I'm stuck, I thought I had everything right.
  8. I've been using this software for a while now and really love the easy to manage and use interface and the helpful tooltips. If I'm wrong can anybody set me in my place and suggest a better editor to use?
  9. I know my word really doesn't mean much around here, being a noobie and all but I really found this list a helpful resource and immediately proceeded to purchase every book mentioned off of Amazon. I needed something to do with a several hundred dollar gift card there anyway. :-\
  10. Rachle - 60 Paladin, Gilneas By the way, visited a friend of mine who works as a developer for Blizzard and he had set up the internal alpha for the expansion along with a sandbox server for testing on his home comp. We played for three days straight and made a scale replica of a Greek temple with our Full Throttle cans. His dog then licked the bottom one and the whole thing collapsed. *sigh*
  11. New to both the forums and PHP, though I have a bit of experience with some other OOPs like Java. I really love PHP as a language. It's relatively easy to learn and very versatile. Anyway, just dropping by to say hello and that I have a good feeling about these forums and hope that we can interact alot in the future.
×
×
  • 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.