User Profile

Collapse

Profile Sidebar

Collapse
skuer
skuer
Last Activity: Apr 7 '08, 10:04 AM
Joined: Feb 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • skuer
    replied to Edit button on a php/html page
    in PHP
    Thanks for all the help..

    I'll try my best to find my answer..

    And i hope I'll still get mye questions answered if i hit a wall, and can't find the door..

    Skuer
    See more | Go to post

    Leave a comment:


  • skuer
    replied to Edit button on a php/html page
    in PHP
    Well I have wrote a simple login script, where every page starts with
    [PHP]session_start() ;
    if(!session_is_ registered(user name)){
    header("locatio n:main_login.ph p");
    }[/PHP]

    And have done a little programming that allows user to registrate there self as users. The info is registarted in a simple mysql databse
    [PHP]
    <html>
    <body>
    <?php
    include('config .php');...
    See more | Go to post

    Leave a comment:


  • skuer
    started a topic Edit button on a php/html page
    in PHP

    Edit button on a php/html page

    Hey people

    If I have made a page with login system, are there any possibilities to let a special group of people edit the page or some of the text on the page, just by clicking a edit button on the page?

    With that I mean those with a special ID?

    I have seen pages that have this "edit button", and that include a simple field with text where you can re-write the text, and then submit it.
    ...
    See more | Go to post

  • skuer
    replied to Let users create a html/php page
    in PHP
    Thanks, trying my best to come up with the right code..

    I acctually found a code, but it's in asp.net:(..

    Trying too look at it, figure how I can write the code in php..

    [HTML]<%@ Import Namespace="Syst em.IO" %>

    <script language="C#" runat="server">
    void ProcessButton(O bject sender, EventArgs e) {
    string f = Server.MapPath( theFile.Text);...
    See more | Go to post

    Leave a comment:


  • skuer
    replied to Let users create a html/php page
    in PHP
    Well I have thought about the questions you asked me

    I want the page to be as simple as possible, that means plain text and perhaps 1 picture..

    And when you mention the two last quetion I havent thought much about it..

    My site is more like a hobby site, but I will give it a thought..

    If you could help me with a simple code from the mysql table (or from the text box), to the "make html...
    See more | Go to post

    Leave a comment:


  • skuer
    started a topic Let users create a html/php page
    in PHP

    Let users create a html/php page

    Hey everybody

    I'm very new to the php and mysql stuff, but know the basic of it..

    My qusetion:

    Is it possible to let people make their own pages (like html/php) on my site?

    With that I mean users who are registered and have posted their text (with form) to an mysql table..

    I want the layout to be simple as possible and I hope it can be stored under a special folder on the...
    See more | Go to post

  • skuer
    replied to new page after result page like "thescripts"
    in PHP
    Wow..

    Thank you very much, will try it as soon as possible

    But just a quick question, so i don't just copy it, but also learning it..

    What's the data in "answerid" and why are you using the " $_GET['id'] " when you're displaying it?


    Many thanks
    Skuer...
    See more | Go to post

    Leave a comment:


  • skuer
    replied to new page after result page like "thescripts"
    in PHP
    Hey..

    I tried to understand this after reading it several times, but i still don't get it:S

    If You're talking about threads like there are in a forum, i don't got that on my page.
    Would it be bether to automaticly make different html/php pages after the submit from the user, that contains the data from the table?

    Skuer.....
    See more | Go to post

    Leave a comment:


  • skuer
    started a topic new page after result page like "thescripts"
    in PHP

    new page after result page like "thescripts"

    Hey people..

    I'm trying to find out how i can click on a result page after a search, so it can show the result more detailed in new a page.

    Is this possible?

    All the user datas is stored in a mysql table..
    So do i have to send theese datas into separates html/php pages, before the users can search after it?

    The idea is much like "thescripts " page..where you serach first...
    See more | Go to post

  • skuer
    replied to submit/edit article
    in PHP
    I have read through it, and it's a lot of codes...

    But i didn't get much knowledge out if it..

    I still don't know how the code should be, to send the file to table (mysql)..

    Or how the code should be so it can appear on the php page..

    Or with the option for editing the article later...

    Looks like a tough job..

    Any help?

    Thanks so far..
    ...
    See more | Go to post

    Leave a comment:


  • skuer
    replied to submit/edit article
    in PHP
    It's possible to see the code with phpbb?

    Skuer...
    See more | Go to post

    Leave a comment:


  • skuer
    replied to submit/edit article
    in PHP
    Interesting, when your talking about file, is this a special kind of file type?

    I want this page to do most of it's work by it self.. So I don't have to take theese files and put them out on a the page..

    Any suggestions on code i could us for uploading it to mysql, and than automaticly it can appear on a web page?

    Thanks for the answers so far :D

    Skuer...
    See more | Go to post

    Leave a comment:


  • skuer
    started a topic submit/edit article
    in PHP

    submit/edit article

    Hey people..

    I've done a little programing in html, php and mysql..and could need som help now..please..

    I have created an submit form where users can write their own article(only if they are loged in)..But i don't know where this form should send the info if I want it to pubslish on my page (like wikipedia)..it' s not in an mysql table..right?

    And when the article is published, I want the user (who wrote...
    See more | Go to post
No activity results to display
Show More
Working...