Jump to content

EKINdesigns

Members
  • Posts

    53
  • Joined

  • Last visited

    Never

Posts posted by EKINdesigns

  1. It doesnt look like there is anything wrong with the viewing script, but what happens when the script adds a guest to the database. Is there an error returned?

    I had this same problem, and the solution was to add a primary field with the auto_increment value. Mine retured an error something to the effect of...duplicating primary values.

    If you want to contact me, I might be able to help you further.
  2. Hey, can anyone supply me with a mysql quer parser.

    Something that returs all the variables of a query string.

    Example:

    SELECT `id`,`name` FROM `table_name` WHERE `id`='2'

    Would return:
    [0] => 'SELECT'
    [1] => [0] => 'id' [1] => 'name'
    [2] => 'FROM'
    [3] => 'table_name'
    [4] => 'WHERE'
    [5] => [0] => 'id' [1] => '=' [2] => '2'

    And possibly do more advanced parsing than that.

    If anyone can help i would appreciate it a lot!
  3. I am using the PHP IMAP functions to recieve my email messages. But for some reason it doesnt retrieve them right.

    This is an example message:

    [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2900.2873" name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>this is a<STRONG>=20
    test</STRONG></FONT></DIV></BODY></HTML>[/code]

    Notice how it replaces "=" with "=3D" and new lines with "=".

    If someone could please help it would be awsome!
  4. [!--quoteo(post=368851:date=Apr 26 2006, 09:49 AM:name=businessman332211)--][div class=\'quotetop\']QUOTE(businessman332211 @ Apr 26 2006, 09:49 AM) [snapback]368851[/snapback][/div][div class=\'quotemain\'][!--quotec--]
    as I said whether you try it or not is up to you, go to the element where you are specifying the text, position it manually with the positions I gave you, and just move each one over it takes 5 minutes for each one, to get it looking right, if you need me to do it I guess I can, but I don't like working for free. just input the positions where they need to be, visually adjust it as you go, until it is positioned to perfection. Then you will have them where you want them.
    [/quote]
    I cant do it that way...The items are dynamicaly generated...and they are resizable....wont work that way.
  5. alright...I added the float: left to the #article tag and this is what happened:

    [a href=\"http://ekindesigns.com/feedleaks/\" target=\"_blank\"]http://ekindesigns.com/feedleaks/[/a]

    Notice how the first article is to the right a little and the bottom one float all the way to the left.

    How would i fix this?
  6. [!--quoteo(post=363983:date=Apr 12 2006, 06:14 AM:name=moberemk)--][div class=\'quotetop\']QUOTE(moberemk @ Apr 12 2006, 06:14 AM) [snapback]363983[/snapback][/div][div class=\'quotemain\'][!--quotec--]
    That's what it's supposed to do, actually. It isn't doing anything wrong; rather, you are. You need to specify that the dateblocks float to the left of your text by giving them the float: left; property.
    [/quote]

    I already have that code in there

    [code]
        #article #dateblock {
            float: left;
            left: 0px;
        }
    [/code]
×
×
  • 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.