ChrisJChrisJ Posted July 11, 2005 Share Posted July 11, 2005 How can I add two fields to create_account.php page, and corresponding tables for the field info? Thanks. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 11, 2005 Share Posted July 11, 2005 How can I add two fields to create_account.php page, and corresponding tables for the field info? Thanks. <{POST_SNAPBACK}> If you don't want to use a general contribution for adding fields, select a field in create account that has the same function as the field you want to create. Use Textpad to search for all occurences of that input filend name, and you should be able to add 2 more to all relevant files. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
dave111 Posted July 11, 2005 Share Posted July 11, 2005 If you don't want to use a general contribution for adding fields, select a field in create account that has the same function as the field you want to create. Use Textpad to search for all occurences of that input filend name, and you should be able to add 2 more to all relevant files. <{POST_SNAPBACK}> But this would only put the new fields into the page, you'd then need to add some new places in the database to store this info? Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 11, 2005 Share Posted July 11, 2005 But this would only put the new fields into the page, you'd then need to add some new places in the database to store this info? <{POST_SNAPBACK}> sure, I was assuming you had managed to add 2 new fields to the database already and only need to connect the pages to the db :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
ChrisJChrisJ Posted July 11, 2005 Author Share Posted July 11, 2005 sure, I was assuming you had managed to add 2 new fields to the database already and only need to connect the pages to the db <{POST_SNAPBACK}> Thanks for your replies. But I still don't know how to add fields to create_account.php. It was mentioned "general contribution for adding fields". I looked in the Contributions, for adding fields, but only saw adding fields to products. Is there a Contribution for adding fields to create_account.php? Or another remedy? Thanks. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 11, 2005 Share Posted July 11, 2005 Thanks for your replies. But I still don't know how to add fields to create_account.php. It was mentioned "general contribution for adding fields". I looked in the Contributions, for adding fields, but only saw adding fields to products. Is there a Contribution for adding fields to create_account.php? Or another remedy? Thanks. <{POST_SNAPBACK}> No other remedy, that's the one I was talking about ... it gives you an idea what to do. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.