三生石@ 2015-03-26 20:59 采纳率: 100%
浏览 2

'尚未保存的分页记录

I am constructing a form in which a user enters input, example, User enters "Favorite Car", in the event the user has more than 1 favorite car, I will like to add functionality to let him add the second car by clicking an "Add New Car" button. When he does that, a new form allowing him to enter input of the car again will appear, but with a "Previous button" to allow him to return to the first car he entered. Can such be executed using php? any resource or link towards achieving this or similar would be helpful.

Pagination seems close to the solution but it is not yet saved to the database.

thank you

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 C++ yoloV5改写遇到的问题
    • ¥20 win11修改中文用户名路径
    • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
    • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
    • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
    • ¥15 帮我写一个c++工程
    • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
    • ¥15 关于smbclient 库的使用
    • ¥15 微信小程序协议怎么写
    • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?