Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple columns from MySQL #2

Open
chamathpali opened this issue Apr 9, 2017 · 5 comments
Open

Add support for multiple columns from MySQL #2

chamathpali opened this issue Apr 9, 2017 · 5 comments

Comments

@chamathpali
Copy link
Member

No description provided.

@mariangiuglea
Copy link

is helpful

@mariangiuglea
Copy link

Unfortunately. in my case. the base url is made up of the title column + id column

@mariangiuglea
Copy link

@chamathpali
Copy link
Member Author

Hi @mariangiuglea you can customize this a bit and get it done

@chamathpali
Copy link
Member Author

In this
while ($row = mysqli_fetch_assoc( $result) ) { $curr = $row[$column_name]; generate_elements($curr); }

$curr you can customize and generate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants