Bbcode retrieve image using file.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bbcode retrieve image using file.

    hello i have made a new feature were by you upload pictures into your own gallery where noone else can see the pictures, unless you choose to show them, to which you will have a code like you do with smileys which you input at the uploading stage. nw what i was wandering is should is how to get the bbcode writtern, what i was thinkin was having a image source with a for example getimage.php? with an the code and that file will include all the datbase querys and outputs etc which will in end display the image. this was my idea has anyone got one that would work betteR?
    Want something coded email me at sales@webnwaphost.com for a prices.





    #2
    Code:
    $text = preg_replace("/\[gal](.*?)\[\/gal\]/is","<a href=\"gallery.php?action=viewuser&amp;who=$1&amp;sid=$sid\">My Gallery</a>",$text);
    code is written [gal]enter the id number of members[/gal
    for example...
    [gal]1[/gal]
    ps.I hope I understand what you intend to do as the BB code ..
    sigpichttp://happy.srecnica.com/web

    Comment


      #3
      lol that is not wot im on about i can do that myself thats piece of cake.
      Want something coded email me at sales@webnwaphost.com for a prices.




      Comment


        #4
        ok.. sorry...
        sigpichttp://happy.srecnica.com/web

        Comment

        Working...
        X