html - CSS Overlay with php mysql info -


so title says, want create css overlay , within overlay want show info retrieved sql database using php.

i don't know start..

any appreciated!

you can try below 3 steps.

1) prepare data first

what mean required data mysql , format , keep ready.

2) write css/html getting overlay functionality. link that. http://snook.ca/archives/html_and_css/content_overlay_css

3) data have prepared in step 1, echo in overlay box.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -