baig772 19 Web Application Architect

2 questions in 1 question :p
There is no hard and fast rule for using the specific framework. But in my opinion, if you are a starter and you don't have experience in PHP, then you must start with Code Igniter
Reasons:

  • Strong Community
  • Extendable
  • Ease of use
  • Requires no confguration
    But still there is no hard and fast rule
    Go ahead :)
baig772 19 Web Application Architect

Please share what you get when you do

ehco "<pre>;
print_r($_POST); 
echo "</pre>";"
baig772 19 Web Application Architect

in any database, if primary key is once deleted, it can never be used again. To reset the primary key, you have to TRUNCATE your table which will result in loss of all the data. So i will not suggest you to reset the table

baig772 19 Web Application Architect

try including the file by giving absolute path and share please

baig772 19 Web Application Architect

For android app development, you have knowledge of Java. Further you can find help Click Here

baig772 19 Web Application Architect

can you see name=himanshu if you put echo statement outside the while loop??

baig772 19 Web Application Architect

its obvious you cannot, because you are echoing $branch in name tag :)

baig772 19 Web Application Architect

share your form also

baig772 19 Web Application Architect

try

<img src="img.jpg" onClick="window.open('http://www.daniweb.com')" />

i think it should work fine

SolidSolutions commented: concise and kind. +5
baig772 19 Web Application Architect

that's good
please mark the thread solved :)

baig772 19 Web Application Architect

i am not seeing any changes
on all pages i am seeing

logged in as:
subrata nandi
baig772 19 Web Application Architect

it seems that you are unseting the session on next page

baig772 19 Web Application Architect

specify your problem also

baig772 19 Web Application Architect

http://ckeditor.com/demo
you can try this one but if you have ever worked on some wiki,
wiki uses WYSWIG text editor.