On publish WB it automatically adds
<link href="programs.css" rel="stylesheet">
the project includes the page programs.php.
When the page dioikhtikos28.php is published, it has:
<link href="programs.css" rel="stylesheet">
<link href="dioikitikos28.css" rel="stylesheet">
resulting in the programs ...
Search found 4 matches
- Thu Feb 27, 2025 10:18 am
- Forum: General Questions
- Topic: Same css file to all pages
- Replies: 1
- Views: 2292
- Thu Aug 18, 2022 9:38 am
- Forum: Forms
- Topic: Improved mysql connection
- Replies: 3
- Views: 2312
Re: Improved mysql connection
there are : function mySqlPrevious()
{
mySqlAction('prev');
}
function mySqlNext()
and so on
where is Filter or how can I call filter by code ?
{
mySqlAction('prev');
}
function mySqlNext()
and so on
where is Filter or how can I call filter by code ?
- Wed Aug 17, 2022 4:07 pm
- Forum: Forms
- Topic: Improved mysql connection
- Replies: 3
- Views: 2312
Improved mysql connection
the mysql connector has functions for the new, next, previous record.
Can you update this tool with a function to load a specific record from database?
e.g. if (action=='load'){
// index == the record number
}
posted from an other form eg searching form ?
Can you update this tool with a function to load a specific record from database?
e.g. if (action=='load'){
// index == the record number
}
posted from an other form eg searching form ?
- Wed Jul 20, 2022 9:56 am
- Forum: Off Topic Section
- Topic: Customized MySql CRUD
- Replies: 6
- Views: 3523
Re: Customized MySql CRUD
Does anybody knows the way to caustomize - by code- the mysql crud extension?
I have about 3000 records , increasing rapidly, and the pagging occupy the half of the browser page
I have about 3000 records , increasing rapidly, and the pagging occupy the half of the browser page