+ 6
Wordpress plugin coding
Hi people, I want to know about coding plugins in WordPress. What could you suggest me? Thanks.
17 Respuestas
+ 2
I think my urls above could help you
+ 2
Maybe if you can send me danifdez79@hotmail.com your code and your database ;-)
+ 2
Please, send me PHP files and SQL to replicate on my side and try to help you. Your email was delivered to SPAM.
+ 2
No Srikanth, I think you dont understand me. I need in my email your project (PHP and SQL). With these files, I can work on my side and try to help you, and of course, will send you which I could code.
+ 2
You have in your system PHP Files and of course, you talked about PHPMyAdmin so you can export database to a SQL file too. Please, send me these files.
+ 1
No, I know about WordPress but I want to try to code plugins
+ 1
I don't know abt the plugins but I guess the below website would help you
https://codex.wordpress.org/wordpress_org
https://www.tutorialspoint.com/wordpress
+ 1
Srikanth, what do you have actually?
+ 1
You can use that
https://www.linkedin.com/pulse/simple-pagination-concept-example-using-php-mysql-phponwebsites/
https://code.tutsplus.com/tutorials/how-to-paginate-data-with-php--net-2928
https://www.tutorialspoint.com/php/mysql_paging_php.htm
https://stackoverflow.com/questions/3615515/php-sample-script-for-pagination
0
i wanted a program in php subjected to pagination where in
create a employee
create a department
list the employees with pagination (id,emp_name,dept_name, salary,created_date)
sort employees based on salary,date
could you please write a php program for the above lists
tags:php and mysql
0
actually I want a php program subjected to paging
like I have created a table called employee in phpmyadmin
and like that I have created department table and emp_dept table these three I have created a table
and I want a singlephp program for multiple tables ie the above three tables shld be in one single PHP code
and then I shld create multiple pages for the above created tables
please do help me
thanks!!
0
okay thankyou so much😊
0
I saw your urls actually I dint understand the pagination concept could you pls write me a PHP code for multiple table entries
0
yeah okay I will send you
0
Using virtual design studio has my coding machine and phpmyadmin to store mysql created tables I have created a table called employee (emp_id,emp_email,emp_salary,dept_id, created_date)
Like this I have created another table called department
(dept_id,dep_name)
Like this I have another table called
Emp_dept
(Emp_id,dept_id)
Now I want a PHP code for the above these 3created tables to assign values for each one of them
And another code for creating multiple pages for the above created tables
Please do help me about this issue
And to create tables I referred tutorials point website in that php and mysql..
I have also mailed you..
0
oh okay you do send me the code to srikanth7204@hotmail.com
0
actually I am not doing any project I referred tutorials point website for just creating tables and I created it
now I thought of adding multiple tables to that php script but I dint understand how to add so you please refer tutorials point website the same thing is present there ie what u have told that could help you in writing code