major help needed my registered users can't find their records
hi using php , mysql dreamweavermx 2004. have started small project before doing large project supposed be. have directory (classifieds) has search, advanced search, user registration, edit/delete registration, directory insert listing , detail of listing after search results.
all works fine. user can have session work registration - using $_session['mm_username'] , works edit/delete pages. when want user use same session inserting record, doesn't show up. know because use 'hello $username' etc top of page. have on every page needed session_start();
when search insert records, show there no user id or username attached it.
is there conflict because restrict access on pages uses mm_username?
if why working registration only.
also should insert record have users id hidden field, , when set not null, can't insert records(directory listings).
i can't connection happen between user , insert record. system needs able identify user can search records (directory listings) have submitted able edit or delete them.
what doing wrong. , yes have named session have not called see if session has started or given time-out yet.
i have asked many gurus , have had no answers.
i appreciate imput on deadline start bigger project, if won't work here won't work next project.
cheers
all works fine. user can have session work registration - using $_session['mm_username'] , works edit/delete pages. when want user use same session inserting record, doesn't show up. know because use 'hello $username' etc top of page. have on every page needed session_start();
when search insert records, show there no user id or username attached it.
is there conflict because restrict access on pages uses mm_username?
if why working registration only.
also should insert record have users id hidden field, , when set not null, can't insert records(directory listings).
i can't connection happen between user , insert record. system needs able identify user can search records (directory listings) have submitted able edit or delete them.
what doing wrong. , yes have named session have not called see if session has started or given time-out yet.
i have asked many gurus , have had no answers.
i appreciate imput on deadline start bigger project, if won't work here won't work next project.
cheers
to session variable insert need either modify
insert code, or make sure have hidden field on form ,
include in insert
--
paul whitham
certified dreamweaver mx2004 professional
adobe community expert - dreamweaver
valleybiz internet design
www.valleybiz.net
"jjjhbj111" <webforumsuser@macromedia.com> wrote in message
news:e4j5q9$ait$1@forums.macromedia.com...
> hi using php , mysql dreamweavermx 2004. have started small
> project
> before doing large project supposed be. have
> directory
> (classifieds) has search, advanced search, user registration,
> edit/delete registration, directory insert listing , detail of
> listing
> after search results.
> works fine. user can have session work
> registration
> - using $_session['mm_username'] , works edit/delete
> pages.
> when want user use same session inserting record,
>
> doesn't show up. know because use 'hello $username' etc
> top
> of page. have on every page needed session_start();
> when search insert records, show there
>
> no user id or username attached it.
> there conflict because restrict access on pages uses
>
> mm_username?
> if why working registration only.
> should insert record have users id hidden field, ,
> when
> set not null, can't insert records(directory listings).
> can't connection happen between user , insert
> record.
> system needs able identify user can search
>
> records (directory listings) have submitted able edit or
> delete
> them.
> doing wrong. , yes have named session have not
> called
> see if session has started or given time-out yet.
> have asked many gurus , have had no answers.
> appreciate imput on deadline start bigger
> project, if won't work here won't work next
> project.
> cheers
>
insert code, or make sure have hidden field on form ,
include in insert
--
paul whitham
certified dreamweaver mx2004 professional
adobe community expert - dreamweaver
valleybiz internet design
www.valleybiz.net
"jjjhbj111" <webforumsuser@macromedia.com> wrote in message
news:e4j5q9$ait$1@forums.macromedia.com...
> hi using php , mysql dreamweavermx 2004. have started small
> project
> before doing large project supposed be. have
> directory
> (classifieds) has search, advanced search, user registration,
> edit/delete registration, directory insert listing , detail of
> listing
> after search results.
> works fine. user can have session work
> registration
> - using $_session['mm_username'] , works edit/delete
> pages.
> when want user use same session inserting record,
>
> doesn't show up. know because use 'hello $username' etc
> top
> of page. have on every page needed session_start();
> when search insert records, show there
>
> no user id or username attached it.
> there conflict because restrict access on pages uses
>
> mm_username?
> if why working registration only.
> should insert record have users id hidden field, ,
> when
> set not null, can't insert records(directory listings).
> can't connection happen between user , insert
> record.
> system needs able identify user can search
>
> records (directory listings) have submitted able edit or
> delete
> them.
> doing wrong. , yes have named session have not
> called
> see if session has started or given time-out yet.
> have asked many gurus , have had no answers.
> appreciate imput on deadline start bigger
> project, if won't work here won't work next
> project.
> cheers
>
More discussions in Develop server-side applications in Dreamweaver
adobe
Comments
Post a Comment